getnamo / SocketIOClient-Unreal

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

Events not triggering after disconnect-connect. #406

Closed CheaterScript closed 9 months ago

CheaterScript commented 9 months ago

UE Version: 5.3 Plugin Vetsion: V2.7.1

issue: After calling Disconnect and then Connect again, all events bound to the component no longer trigger.

CheaterScript commented 9 months ago

My apologies for missing the "bUnbindEventsOnDisconnect" option.