mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-11 13:34:26 +00:00
misc: TODO for timeouts and message limit in mplex
This commit is contained in:
parent
e57e10703b
commit
2f31fc6940
@ -7,14 +7,9 @@
|
|||||||
## This file may not be copied, modified, or distributed except according to
|
## This file may not be copied, modified, or distributed except according to
|
||||||
## those terms.
|
## those terms.
|
||||||
|
|
||||||
## TODO: I have to be carefull to clean channels up correctly,
|
## TODO:
|
||||||
## both by removing from the internal tables as well as
|
## Timeouts and message limits are still missing
|
||||||
## releasing resource when the channel is completelly
|
## they need to be added ASAP
|
||||||
## finished. This is complicated because half-closed
|
|
||||||
## streams makes closing channels non-deterministic.
|
|
||||||
##
|
|
||||||
## This still needs to be implemented properly - I'm leaving it
|
|
||||||
## here to not forget that this needs to be fixed ASAP.
|
|
||||||
|
|
||||||
import tables, sequtils, options, strformat
|
import tables, sequtils, options, strformat
|
||||||
import chronos, chronicles
|
import chronos, chronicles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user