Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Libuv's socket handles not closed when Engine is stopped/restarted #88

Open
enricogior opened this issue Dec 20, 2016 · 0 comments
Open
Assignees

Comments

@enricogior
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant