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
Receiving with timeout goes to a synchronized block. If the timeout is longer than the poll interval for background handlers, this can cause the other message streams to not get the lock during this time and they can not handle their background messages.
The receiving of protocol headers in MessageStream should be done so that other message streams either can operate at the same time, or can get the lock periodically.
The text was updated successfully, but these errors were encountered:
Receiving with timeout goes to a synchronized block. If the timeout is longer than the poll interval for background handlers, this can cause the other message streams to not get the lock during this time and they can not handle their background messages.
The receiving of protocol headers in
MessageStream
should be done so that other message streams either can operate at the same time, or can get the lock periodically.The text was updated successfully, but these errors were encountered: