5d7541e13a
wait for any ready stream instead of the highest priority one
2022-06-19 17:47:41 +02:00
4745e7c4ba
further work on streams
...
most changes still required are related to error handling
2022-06-08 09:54:38 +02:00
fb5462ecdb
rechunk stream
2022-06-05 16:47:29 +02:00
368ba90879
initial work on associated stream
...
still require testing, and fixing a few kinks:
- sending packets > 16k truncate them
- send one more packet than it could at eos
- probably update documentation
/!\ contains breaking changes
2022-06-05 15:33:43 +02:00
8858c94289
Implement version tag for application as well
2022-02-21 16:43:17 +01:00
96a3cc1e1f
Implement version check & transmit more error info
2022-02-21 13:45:41 +01:00
3b8bff6341
Refactoring
2022-02-21 12:01:04 +01:00
c20d36892b
Ignore error when sending goodbye
2021-10-25 13:58:42 +02:00
bb4ddf3b61
Better handle connection closing
2021-10-25 09:27:57 +02:00
e9add586a5
Add test for priority queue (it seems to work as intended)
2021-10-20 16:32:47 +02:00
70839d70d8
Try to handle termination and closing of stuff properly
2021-10-13 17:12:13 +02:00
d9bd1182f7
Move out things from conn.rs into two separate files
2021-10-12 18:13:07 +02:00
f87dbe73dc
WIP v0.3.0 with changed API
2021-10-12 17:59:46 +02:00
a4069d703c
Use tokio_util::compat instead of the one from kuska-handshake
2021-10-12 14:51:28 +02:00
74e661febe
Fix clippy lints
2021-10-12 13:18:24 +02:00
7753b789b7
Upgrade to tokio 1.0
2021-10-12 13:07:34 +02:00
58ec2abe1a
Small changes
2020-12-07 18:07:55 +01:00
32a0fbcbd9
Maybe fix something? Idk
2020-12-07 16:00:12 +01:00
5a9ae8615e
Do not close connections immediately on close signal, await for remaining responses
2020-12-07 13:35:24 +01:00
14d34e76f4
Documentate
2020-12-02 20:12:24 +01:00
d4de2ffc40
First commit
2020-12-02 13:30:47 +01:00