project-iris / iris

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

Queue.Reset() does not zero out existing items #5

Closed abursavich closed 10 years ago

abursavich commented 10 years ago

Existing items remain in the queue after a reset, preventing garbage collection until they are eventually overwritten.

karalabe commented 10 years ago

Nice catch :)