You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
If you create a readline interface, there is no way to remove the event listeners it attaches to its input and output streams.
This can lead to memory leaks, but it also makes it difficult to have a readline interface just for a little while, and then remove it so that some other readline interface can use the same input stream or output stream. They end up getting all mixed up.
The text was updated successfully, but these errors were encountered:
If you create a readline interface, there is no way to remove the event listeners it attaches to its input and output streams.
This can lead to memory leaks, but it also makes it difficult to have a readline interface just for a little while, and then remove it so that some other readline interface can use the same input stream or output stream. They end up getting all mixed up.
The text was updated successfully, but these errors were encountered: