Skip to content

v0.10.0

Compare
Choose a tag to compare
@Totodore Totodore released this 02 Jan 11:31
6032ffb

socketioxide

  • Rework for emit_with_ack fns. It now returns an AckStream that can be used either as a future when expecting one ack or as a stream when expecting multiple acks. When expecting multiple acks the AckStream will yield AckResults as well as their corresponding socket id.

What's Changed

  • fix: compile viz-echo by @fundon in #218
  • test(socketio): improve testing by directly using the rust_socketio client by @Totodore in #219
  • doc(example): add cors for salvo_echo by @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