v0.17.0 #510
Totodore
announced in
Announcements
v0.17.0
#510
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This new release introduce the socketioxide-mongodb adapter crate. This adapter enables horizontal scaling of your Socketioxide servers across distributed deployments by leveraging MongoDB as a message bus.
The
Socket::on_fallback
method will allow you to set a fallback event handler if you want to handle incoming event dynamically. Extract the associated dynamic event with theEvent
extractor.Changelog
socketioxide 0.17.0
socketioxide-core
to 0.17SocketIo::on_fallback
and
Event
extractor to add a fallback event handler anddynamically extract the incoming event.
socketioxide-core 0.17.0
it through the
remote-adapter
flag.socketioxide-mongodb 0.1.0
What's Changed
Full Changelog: v0.15.0...socketioxide-v0.17.0
Beta Was this translation helpful? Give feedback.
All reactions