mirror of https://github.com/vacp2p/nim-libp2p.git
docs/wording
This commit is contained in:
parent
60245a065d
commit
2f402d68e1
|
@ -7,11 +7,11 @@
|
||||||
## 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 up channels correctly,
|
## TODO: I have to be carefull to clean channels up correctly,
|
||||||
## both by removing them from the internal tables as well as
|
## both by removing from the internal tables as well as
|
||||||
## cleaning up when the channel is completelly finished. This
|
## releasing resource when the channel is completelly
|
||||||
## is complicated because half-closed streams makes closing
|
## finished. This is complicated because half-closed
|
||||||
## channels non non-deterministic.
|
## streams makes closing channels non-deterministic.
|
||||||
##
|
##
|
||||||
## This still needs to be implemented properly - I'm leaving it
|
## This still needs to be implemented properly - I'm leaving it
|
||||||
## here to not forget that this needs to be fixed ASAP.
|
## here to not forget that this needs to be fixed ASAP.
|
||||||
|
|
Loading…
Reference in New Issue