ssbc / ssb-conn

SSB plugin for establishing and managing peer connections
MIT License
16 stars 5 forks source link

Potentially memory leak when `start`ing several times in a row #13

Open staltz opened 4 years ago

staltz commented 4 years ago

See issue #12

I still suspect that ssb-conn won't happily handle multiple start/stop cycles (e.g. maybe after the 100th start you might experience issues), because stop doesn't abort the previous pull-drains, they will keep on lingering.