getnamo / SocketIOClient-Unreal

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

why i cant receive message? #398

Open TonyWang972 opened 1 year ago

TonyWang972 commented 1 year ago

server already connected,but socket.io client for uneal engine cant print message

this is my blueprint . image and this is my server code by js. image I used client.io-client for js test messages from server are send successed,this is messages are received. image

getnamo commented 1 year ago

Did you bind event with matching name on connect or begin play? Based on your server code that event name should be 'new'