mhchia / py-libp2p-daemon-bindings

Libp2p bindings for Python
MIT License
11 stars 1 forks source link

Close streams after every connection #24

Closed mhchia closed 5 years ago

mhchia commented 5 years ago

Previously forgot to close the opened stream. This PR fixes it.