Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump to v0.11 #281

Merged
merged 1 commit into from
Mar 6, 2024
Merged

chore(deps): bump to v0.11 #281

merged 1 commit into from
Mar 6, 2024

Conversation

Totodore
Copy link
Owner

@Totodore Totodore commented Mar 6, 2024

Changelog

socketioxide

  • fix: a panic was raised sometimes under heavy traffic with socketio v5 when the connect timeout handler is destroyed but that the chan sender is still alive.
  • (Breaking): Emit errors now contains the provided data if there is an issue with the internal channel (for example if it is full) or if the socket closed.
  • (Breaking): Operators are now splitted between Operators and BroadcastOperators in order to split logic and fn signatures between broadcast and non-broadcast operators.

engineioxide

@Totodore Totodore enabled auto-merge (squash) March 6, 2024 04:16
@Totodore Totodore merged commit fc599c3 into main Mar 6, 2024
12 checks passed
@Totodore Totodore deleted the bump-v0-11 branch March 9, 2024 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Binary events sent to handlers have a 0x4 byte prepended to the binary data (v4 server)
1 participant