Dmitriy Ryajov
|
ffc3b04222
|
read should await for data on an empty buff
|
2020-03-01 04:06:42 -06:00 |
Dmitriy Ryajov
|
9efc08cb2f
|
fix: #83
|
2020-02-24 08:58:02 -06:00 |
Dmitriy Ryajov
|
7f8eb0272e
|
cleanup and fix tests
|
2020-02-16 11:31:35 -06:00 |
Dmitriy Ryajov
|
903e79ede1
|
Feat/conn cleanup (#41)
Backporting proper connection cleanup from #36 to align with latest chronos changes.
* add close event
* use proper varint encoding
* add proper channel cleanup in mplex
* add connection cleanup in secio
* tidy up
* add dollar operator
* fix tests
* don't close connections prematurely
* handle closing streams properly
* misc
* implement address filtering logic
* adding pipe tests
* don't use gcsafe if not needed
* misc
* proper connection cleanup and stream muxing
* re-enable pubsub tests
|
2019-12-03 22:44:54 -06:00 |
cheatfate
|
833e8c9406
|
Fix overflow problem.
Fix compilation warnings.
|
2019-10-29 20:51:48 +02:00 |
Dmitriy Ryajov
|
8920cd7d60
|
misc: pubsub/floodsub and logging
|
2019-10-11 08:15:24 +09:00 |
Dmitriy Ryajov
|
f761a7050e
|
read/write order test
|
2019-10-11 08:15:24 +09:00 |
Dmitriy Ryajov
|
0c0184ca63
|
fix: tests
|
2019-10-11 08:15:24 +09:00 |
Dmitriy Ryajov
|
fceea14aa5
|
adding bufferred stream
|
2019-10-11 08:15:24 +09:00 |