getnamo / SocketIOClient-Unreal

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

fix: set default disconnect error #436

Open chiptus opened 4 months ago

chiptus commented 4 months ago

fixes #434

chiptus commented 4 months ago

didn't fix the issue, same error still thrown.

getnamo commented 4 months ago

Does sound like a race condition with variable ref missing on exit

chiptus commented 4 months ago

Does sound like a race condition with variable ref missing on exit

what would you recommend to do then?