v0.10.0
socketioxide
- Rework for
emit_with_ackfns. It now returns anAckStreamthat can be used either as a future when expecting one ack or as a stream when expecting multiple acks. When expecting multiple acks theAckStreamwill yieldAckResults as well as their corresponding socketid.
What's Changed
- fix: compile viz-echo by @fundon in #218
- test(socketio): improve testing by directly using the
rust_socketioclient by @Totodore in #219 - doc(example): add
corsforsalvo_echoby @Totodore in #221 - feat: Better ergonomy for ack responses with custom AckStream struct by @Totodore in #201
Full Changelog: v0.9.1...v0.10.0