telnetjs
telnetjs copied to clipboard
A Telnet protocol listener for Node.js
Results
2
telnetjs issues
Sort by
recently updated
recently updated
newest added
Doing a `client.end()` or `client.destroy()` on `interrupt` signal throws an exception claiming `This socket is closed` but omitting it makes it so that the telnet client wont be able to...
What exactly causes this? I'm streaming movies, so this is likely to be an issue with the buffer filling up (bandwidth being lower than streaming rate--ideally I just want to...