Tempest icon indicating copy to clipboard operation
Tempest copied to clipboard

Simple remote messaging system

Results 20 Tempest issues
Sort by recently updated
recently updated
newest added

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

Full UDP-only network provider

network
tasks

Fixing the ACK seemed to fix the issue, but resends were breaking partials. Need to ensure that resends work properly with partials.

Need to be able to time out message responses

tasks

New, simpler API based on the idea of just having transports instead of dedicated connections on both ends.

tasks

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...

tasks

IClientConnection.ConnectAsync should allow for a timeout specification.

tasks

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. -...

bugs
network