Blazor Server: partially custom reconnection handler #29930
Unanswered
denisbredikhin
asked this question in
Q&A
Replies: 1 comment
-
I think you will need to create an issue for this or post somewhere like Stack Overflow. See: #29935 |
Beta Was this translation helpful? Give feedback.
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.
-
Hello everyone.
I'm trying to find out what is the best way to handle reconnections in my app.
For my specific case default reconnection logic is almost ok, except that I would like to auto-reload a page in case when reconnection is rejected or failed.
And now we came to my problem: I can write fully custom reconnection logic, I can use standard one, or I can change the visualization of a standard one, but not to slightly change the standard logic.
As I see my problem can be solved in the following way:
Does someone know if anything from above is possible? Or maybe there is some other way to achieve what do I want?
P.S. I'm more a backend developer, so sorry for a possible mistakes in a frontend terminology
Beta Was this translation helpful? Give feedback.
All reactions