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
Update to latest std lib, return socket from handleUpgrade method (#12)
* Update std lib to v0.89.0 for modern compatibility
* Return socket from handleUpgrade method
For compatibility with server frameworks such as abc.
Update to latest std lib, return socket from handleUpgrade method (#12)
* Update std lib to v0.89.0 for modern compatibility
* Return socket from handleUpgrade method
For compatibility with server frameworks such as abc.
Update to latest std lib, return socket from handleUpgrade method (#12)
* Update std lib to v0.89.0 for modern compatibility
* Return socket from handleUpgrade method
For compatibility with server frameworks such as abc.
Change MuxAsyncInfiniteIterator to a "queue"
The async multiplexer was unnecessarily complex.
It has been replaced by a simple queue only incorporates the
asynchronous queueing logic of the original multiplexer, and
skips the iterators.
Fixes#4