emersion / go-imap-idle

IDLE extension for go-imap
MIT License
34 stars 12 forks source link

Fix goroutine leak caused by connection error during IDLE #14

Closed fastred closed 4 years ago

fastred commented 4 years ago

Hi, thanks for creating go-imap. I’m really enjoying working with it and learning Golang in the process.

Using pprof I found a dangling goroutine when idle is ended due to lost connection. Closing stopOrRestart in that case fixes the issue.