Eric
Eric
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. -...
Allow connection providers to provide discovery services (ex. UDP local discovery)