Tempest
Tempest copied to clipboard
Simple remote messaging system
The goal for this PR is to get tests passing, then pull out relevant commits into their own PRs.
hi, did you have UDP communication example
Fixing the ACK seemed to fix the issue, but resends were breaking partials. Need to ensure that resends work properly with partials.
New, simpler API based on the idea of just having transports instead of dedicated connections on both ends.
With the changes in 4.5 to the way errors are handled in thread pool threads, a complete error handling strategy needs to be devised and the code needs to be...
IClientConnection.ConnectAsync should allow for a timeout specification.
Connecting to a server with differing protocols will erase original protocols. Bug scenario: - Client has Protocol v2 which supports v1. - Client connects to a Protocol v1 server. -...