nim-libp2p/examples
Eric Mastro c19b966d23
fix (directchat): auto disconnect self once conn closed (#663)
When closing a connection of clientA(using the command “/disconnect”), the connection is then closed on clientA’s side. However, the connection remained open on clientB and clientB could continue sending message to clientA and clientA would receive those messages.

This PR listens for a closing connection on clientB, then also closes clientB’s connection.
2021-12-02 13:45:55 +01:00
..
go-daemon Remove asynccheck (#590) 2021-06-14 17:21:44 -06:00
directchat.nim fix (directchat): auto disconnect self once conn closed (#663) 2021-12-02 13:45:55 +01:00
helloworld.nim Add examples to CI (#599) 2021-11-08 13:00:44 +01:00
hexdump.nim Make unix socket name generation more reliable (depending on process id). 2018-12-18 16:31:58 +02:00
tutorial_1_connect.md Add examples to CI (#599) 2021-11-08 13:00:44 +01:00
tutorial_2_customproto.md Add examples to CI (#599) 2021-11-08 13:00:44 +01:00