Open lemunozm opened 3 years ago
Hi lemunozm, any good news?
Hi, probably the above list is outdated, and the State of the Art regarding this has evolved since I wrote it.
I'm not making active changes in message-io
now. But I'm open to reviewing PR with changes.
Internal adapter API docs here.
List of candidates:
but is it maintained?https://github.com/sirkibsirkib/rudp/issues/1tungstenite-rs
manages the TCP stream in its websocket.The only requirement is that the library must allow using non-blocking with
mio
support.Since this kind of adapter is highly configurable (rates, packet size,...) probably it depends first on https://github.com/lemunozm/message-io/issues/54 but the first approach with default configuration can be already done.