Commit Graph

8 Commits

Author SHA1 Message Date
Oliver Booth 45a0b3898a
feat: use async event handlers 2024-02-14 15:20:55 +00:00
Oliver Booth 906d5870f8
[ci skip] test: add additional trace logging 2024-02-13 00:06:53 +00:00
Oliver Booth e7dfe97c6d
refactor!: remove TSend generic parameter from SendAndReceiveAsync 2024-02-12 17:30:56 +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 96ca5d778b
Add support for specific packet reading 2022-05-18 17:51:12 +01:00
Oliver Booth 1124521cb8
TcpDotNet.Says("Hello World"); 2022-05-18 16:39:48 +01:00