-
Notifications
You must be signed in to change notification settings - Fork 471
Conversation
Can you write a test for this? |
Hi Tony, Thanks for the quick reply, do you have any suggestions on where to add the tests to and what exactly to test? |
You can write the test in /test/client.test.js. Try to find a test that does something similar and copy it. |
I added some tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@UziTech Thank you for approving. |
@UziTech Just following up here, are there plans to merge this in? Sorry for rushing you and thanks again for reviewing my PR :) |
Releases are issued according to the maintainers's available time and desire to work on the project. |
Please include a minimal reproducible example |
This will force destroy a socket after calling destroy.
Fixing the file descriptor leak issue, see #605