Commit Graph

7 Commits

Author SHA1 Message Date
Oliver Booth b95f417abf
Use synchronous packet (de)serialization 2023-01-22 14:52:08 +00:00
Oliver Booth 553f7235f1
Respond with Goodbye! in GoodbyePacket 2023-01-22 14:41:14 +00:00
Oliver Booth 19869dddcb
Add request/response packets
Introduces the concept of a "callback ID". In the event that more than one of the same packet type are received, a callback ID differentiates them.
2022-07-07 13:17:13 +01:00
Oliver Booth 869e18d615
[ci skip] Add integration tests 2022-07-05 14:55:59 +01:00
Oliver Booth c1115e26c1
Add AES encryption
Temporarily disable compression. GZip being weird
2022-05-19 10:37:37 +01:00
Oliver Booth 4d317298b8
Allow for cancellation of async operations 2022-05-18 17:18:33 +01:00
Oliver Booth 1124521cb8
TcpDotNet.Says("Hello World"); 2022-05-18 16:39:48 +01:00