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
Environment.NewLine makes the assumption, spectre.console is running on the local console. It may not be. Telnet requires \r\n. If you serve that from Linux you get just \n
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered:
Environment.NewLine makes the assumption, spectre.console is running on the local console. It may not be. Telnet requires
\r\n
. If you serve that from Linux you get just\n
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: