DpaziNN

Results 2 comments of DpaziNN

+1 having the same issue on 2.0.9 - memory never releases after clients disconnected, and keep growing over the time - i.e. about 700mb by 10 days (about 1000 connections...

This is probably because every time each goroutine calls the WriteMessage method, your mutex variable is copied, and the doc tells us that the mutex should not be copied after...