Add an example for listening to error and reconnection events #177
Closed
tausifcreates
started this conversation in
Ideas
Replies: 2 comments
|
Hi @tausifcreates, no problem, I added an example for this in the latest PR here: https://github.com/aembke/fred.rs/blob/main/examples/events.rs Let me know if you have any other questions though. |
0 replies
|
Thank you so much, @aembke! This is what I needed. It has been a pleasure to use Fred :) |
0 replies
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.
In the v6, there was example in the example/basics.rs file how to listen for error/reconnect events.
However, in the new release, this portion was removed and the example doesn't work (The api has changed)
Please consider adding an example again :)
All reactions