-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] server.close() callback never fires #144
Comments
@rkeiii, thanks for the feedback! I will release a fix ASAP |
Hello, it does not work for me on Android. I'm calling `"dependencies": {
},
},` |
🎉 This issue has been resolved in version 6.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
When providing a callback function to server.close() it works as expected on Android but on iOS (iOS Simulator iPhone 13 iOS 15.2) the callback never fires. Despite this when I check the socket is successfully unbound and the server is shutdown.
Steps to reproduce
The console.debug() statement below is never executed.
Current behavior
The TCP server shutdown is successful but the server.close() callback never fires.
Expected behavior
The server.close() callback should fire on iOS just as it does on Android.
Relevant information
The text was updated successfully, but these errors were encountered: