getnamo / SocketIOClient-Unreal

Socket.IO client plugin for the Unreal Engine.
Other
901 stars 240 forks source link

Add support for MessageList. #408

Open CheaterScript opened 9 months ago

CheaterScript commented 9 months ago

Add EmitMessages and EmitMessagesWithCallBack methods to support MessageList.

Note: EmitMessagesWithCallBack only implements the basic part, there are still TODOs to complete.

The specific issue, please refer to: #407 .