Protocol.cs 类中 internal void start(JsonObject user, Action<JsonObject> callback)这个方法里边start放到request之后this.handshake.request(msg, callback); this.transporter.start();
Protocol.cs 类中 internal void start(JsonObject user, Action<JsonObject> callback)这个方法里边start放到request之后this.handshake.request(msg, callback); this.transporter.start();