rust-socketio
rust-socketio copied to clipboard
Emit should not failed while reconnecting
like js client, should buffer the emit, resend if reconnect success.
how you reconnect?
This is closed in #229 isn't it?
No, emit
still return IllegalActionBeforeOpen
Error. Maybe we should cache the payload when reconnecting, can emit after reconnect.