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

Rickardraysearch/linebased tcp #38

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Conversation

rickardraysearch
Copy link

@rickardraysearch rickardraysearch commented Dec 2, 2019

Fixes #37 both the particular case and the larger problem with not having a resynchronization mechanism in the protocol.

This pull request builds on #36, and could replace it if the protocol change in here (see the changes to tcp_server.py ) is accepted.

One additional benefit to having a line-based protocol for the C# client is that the API available in .NET Standard 2.0 is sufficient to have a simple implementation, so this PR also relaxes the requirement on .NET versions, so that the client now works with both .NET Core and the legacy .NET Framework.

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.

Quotes around the error reason in the tcp_server protocol are missing
2 participants