1.以Actor连接WebSocket服务器,方便在云端渲染架构下于你的后台进行通信
Use Actor to connect to the WebSocket server to facilitate communication in your background under the cloud rendering architecture
2.支持自定义IP、端口
Support custom IP, port
3.提供蓝图调用,包括接收消息事件、连接事件、发送消息事件
Provide blueprint calls, including receiving message events, connection events, and sending message events
4.提供简易的JSON序列化,提供Brief、Command、Type三个字段,便于建立自己的指令集
Provide simple JSON serialization, provide Brief, Command, Type three fields, easy to build your own instruction set
5.对于打包后的程序,提供命令行方式设置IP和端口 -ws ws://127.0.0.1:9091
For the packaged program, provide command line mode to set IP and port -ws ws://127.0.0.1:9091