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
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
JX_StopEngine() is supposed to take care of stopping the jxcore engine, but it doesn't close the libuv's socket handles (and presumably all other types of handles) that are still open when the libuv loop has finished.
The result is that a new engine will run code that may fail if trying to bind to an already in-use port.
The text was updated successfully, but these errors were encountered:
JX_StopEngine()
is supposed to take care of stopping the jxcore engine, but it doesn't close the libuv's socket handles (and presumably all other types of handles) that are still open when the libuv loop has finished.The result is that a new engine will run code that may fail if trying to bind to an already in-use port.
The text was updated successfully, but these errors were encountered: