pomelo-unitychat-socket icon indicating copy to clipboard operation
pomelo-unitychat-socket copied to clipboard

Unity hangs after exiting play mode

Open tqtran7 opened this issue 9 years ago • 1 comments

I noticed that the library causes Unity to hang for a long time after I exit the play mode. Is this cause by the plugin or the opened socket?

tqtran7 avatar Feb 09 '16 11:02 tqtran7

Looks like there are two OnApplicationQuit method, one in LoginGUI and another in ChatGUI. Deleting one of them solved the problem. They must be clashing into each other and causing the hang.

tqtran7 avatar Feb 11 '16 08:02 tqtran7