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
ChannelListener throws an exception if the channel gets closed unexpectedly.
Since this test was racing live_channels[1] vs local_channel, sometimes
the server would get closed before local_channel completed, causing an
exception.
This patch introduces SimpleChannelListener which doesn't include so much
logic and may be a better fit when a channel might succeed or fail depending
on certain circumstances.
Differential Revision: https://phabricator.services.mozilla.com/D202413
0 commit comments