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
What does this mean? If a Java Thread is blocked in a wait, get, or set call on a channel, can't an abort/stop be achieved by interrupting that Thread, and won't the blocking call then immediately throw an exception?
Operations on channels (wait, get, set) need to be able to be aborted/stopped while they are not finished
The text was updated successfully, but these errors were encountered: