You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows concurrent use of SetReadLimit in respect to the Read goroutine #154
Reasoning behind this change is that if you are handling messages async to the read goroutine, you might
want to adjust the read limit in those instead co-ordinating explicitly with the read goroutine.