socket_protobuf
Advanced tools
Comparing version 1.3.6 to 1.3.7
{ | ||
"name": "socket_protobuf", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "socket发送protobuf二进制流的SDK", | ||
@@ -5,0 +5,0 @@ "main": "App.js", |
@@ -20,2 +20,3 @@ socket_protobuf | ||
UserClient.ts | ||
const userClient:Client = new Client({ | ||
@@ -30,2 +31,3 @@ ip:"127.0.0.1", | ||
socket client frontend Handler example, LoginSuccessHandler.ts : | ||
export class LoginSuccessHandler extends Handler | ||
@@ -32,0 +34,0 @@ |
47703
41