node-ts
node-ts copied to clipboard
Connections don't close
Me and my team have noticed that the connections for this package remain open and the script hangs until the TCP connection times out. There is a public function here to set a timeout but that doesn't seem to work correctly.
Is there any type of method of way to close our connections when we are done with them? This becomes quite bothersome when working with many many ts3 connections.
Do you have a minimum reproduction script? I'd like to investigate this