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
The error should be thrown if it's important for users to be able to handle the situation. Or ignored as this looks like something that is safe to ignore.
Most likely this is just from attempting to close an already closed connection, and just a no-op might be correct way to handle it (?).
In any case logging to the console is bad. For example, I'm running the code in a subprocess which only outputs JSON to be consumed elsewhere - random console outputs messes up the parsing in the receiving end.
The text was updated successfully, but these errors were encountered:
Library outputting to the console is undesireable in most cases.
In cluster.ts, the close function looks like this:
The error should be thrown if it's important for users to be able to handle the situation. Or ignored as this looks like something that is safe to ignore.
Most likely this is just from attempting to close an already closed connection, and just a no-op might be correct way to handle it (?).
In any case logging to the console is bad. For example, I'm running the code in a subprocess which only outputs JSON to be consumed elsewhere - random console outputs messes up the parsing in the receiving end.
The text was updated successfully, but these errors were encountered: