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
The documentation doesn't explicitly tell what happen if limit > 1 and there are n messages (with 0 < n < limit) available. Will the function wait for limit messages (or the closing of the channel) or will it return immediately with n messages in the buffer?