This minor release includes a handful of small fixes from @ClarkQAQ (many thanks!). In particular:
- Websocket upgrader now always returns
true
when CheckOrigin is called. - Removes capitalization on websocket error message
Message type not binary
. - Updates the mock listener to use
for range
instead offor select case
. - Fixes shadowing of
err
in TCP listener.
Checks:
- All unit tests passing.
- Paho interoperability tests passing.
What's Changed
New Contributors
Full Changelog: v1.0.3...v1.0.4