project-iris / iris

Decentralized cloud messaging
iris.karalabe.com
Other
571 stars 32 forks source link

Go routine leak under heavy failures #11

Closed karalabe closed 10 years ago

karalabe commented 10 years ago

During system overload (i.e. pastry DOS tests), when connections get dropped all over the place, a few go routines leak out. Probably some tasks are not pooled and/or tracked, but rather started directly with go <...>.