adayoung / ada-bot

Discord bot for Achaea!
MIT License
8 stars 7 forks source link

Oops, we have a memory leak #19

Closed adayoung closed 7 years ago

adayoung commented 7 years ago

The value of runtime.NumGoroutine() keeps increasing :open_mouth: It starts with 12 or so but after 37 hours it goes up to 20 and after 67 hours it has gone up to 34 :confused: Right now it stands at 38 after 88 hours of uptime. It's like she's sprouting tentacles from lack of sleep! :scream:

adayoung commented 7 years ago

This was fixed in 6770ec7, we just needed to add defer response.Body.Close() to the httpclient thingie!