summaryrefslogtreecommitdiff
path: root/cli/tests/inspector3.js
AgeCommit message (Collapse)Author
2020-05-05Fix inspector hanging when task budget is exceeded (#5083)Bert Belder
The issue is solved by proxying websocket messages over a pair of `futures::mpsc::unbounded` channels. As these are are implemented in the 'futures' crate, they can't participate in Tokio's cooperative task yielding.