1
0
mirror of https://github.com/oliverbooth/TcpDotNet synced 2024-11-09 23:05:41 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
45a0b3898a
feat: use async event handlers 2024-02-14 15:20:55 +00:00
906d5870f8
[ci skip] test: add additional trace logging 2024-02-13 00:06:53 +00:00
d7ba24e302
style: remove UTF-8 BOM 2024-02-12 17:41:52 +00:00
ed279cfd69
feat: add .net 8 target 2024-02-12 17:33:56 +00:00
259fdddd6e
refactor!: rename BaseClientNode to ClientNode 2024-02-12 17:32:29 +00:00
e7dfe97c6d
refactor!: remove TSend generic parameter from SendAndReceiveAsync 2024-02-12 17:30:56 +00:00
7b74e1f3e5
Upgrade solution to .NET 7 2023-03-10 10:55:57 +00:00
b95f417abf
Use synchronous packet (de)serialization 2023-01-22 14:52:08 +00:00
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
869e18d615
[ci skip] Add integration tests 2022-07-05 14:55:59 +01:00
c1115e26c1
Add AES encryption
Temporarily disable compression. GZip being weird
2022-05-19 10:37:37 +01:00
96ca5d778b
Add support for specific packet reading 2022-05-18 17:51:12 +01:00
1124521cb8
TcpDotNet.Says("Hello World"); 2022-05-18 16:39:48 +01:00