Closed fastred closed 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.
stopOrRestart
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.