You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently connect() will block the current thread, so if your server is having high latency it could be waiting for this for a few seconds or until timeout (around 30sec?).
Seems fine on Flash didn't try it on HTML5 but definitely an issue on hxcpp target.
My plan to work around this is creating a wrapper over this class and use a Thread?
The text was updated successfully, but these errors were encountered:
starburst997
changed the title
Socket connect() wil block the thread
Socket connect() will block the thread
Sep 29, 2017
Currently connect() will block the current thread, so if your server is having high latency it could be waiting for this for a few seconds or until timeout (around 30sec?).
Seems fine on Flash didn't try it on HTML5 but definitely an issue on hxcpp target.
My plan to work around this is creating a wrapper over this class and use a Thread?
The text was updated successfully, but these errors were encountered: