Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Race Condition on Telnet Connection #334

Merged
merged 1 commit into from
Dec 21, 2020
Merged

Conversation

enusbaum
Copy link
Member

  • With .NET 5, we're apparently fast enough on the socket where the .Send() after .Start() in Telnet Sesison were happening AFTER the Welcome screen was already in the outbound buffer
  • Removed this logic as it looks to be redundant, as we already perform Clear/Cursor reset on the Welcome screen

- With .NET 5, we're apparently fast enough on the socket where the `.Send()` after `.Start()` in Telnet Sesison were happening AFTER the Welcome screen was already in the outbound buffer
- Removed this logic as it looks to be redundant, as we already perform Clear/Cursor reset on the Welcome screen
@paladine paladine merged commit d2f62f5 into master Dec 21, 2020
@paladine paladine deleted the linux-telnet-fix branch December 21, 2020 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants