You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is very important to handle browser refresh/closing properly, and is pretty easy to do.
This can be done with a mvc filter + passing the cancellationtoken from top to bottom.
This is a massive API breaking change thus, as basically every XXXAsync API needs to be patched, but I believe is a very important change
The text was updated successfully, but these errors were encountered:
It is very important to handle browser refresh/closing properly, and is pretty easy to do.
This can be done with a mvc filter + passing the cancellationtoken from top to bottom.
This is a massive API breaking change thus, as basically every XXXAsync API needs to be patched, but I believe is a very important change
The text was updated successfully, but these errors were encountered: