rerun-io / ewebsock

A Rust Websocket client that compiles to both native and web
Apache License 2.0
219 stars 28 forks source link

Fix: On web, close connection when dropping `WsSender` #8

Closed emilk closed 1 year ago

emilk commented 1 year ago

Closes https://github.com/rerun-io/ewebsock/pull/4

PTAL @tnagyzambo

tnagyzambo commented 1 year ago

From a quick check I think this fixes my issue!

emilk commented 1 year ago

Thanks for checking!