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
Although client can reconnect to server websocket and pick up where it left off with in progress notifications, only new notifications are shown.
Provide a new API to get the current state of all in progress notifications. This will allow the client to make decisions on tracked transactions when the user may not have seen the notification, e.g. of connection was lost when transaction was confirmed.
Only transactions known by Assist's transaction pool (i.e. sent but not yet confirmed) would be supported by this feature.
The text was updated successfully, but these errors were encountered:
Although client can reconnect to server websocket and pick up where it left off with in progress notifications, only new notifications are shown.
Provide a new API to get the current state of all in progress notifications. This will allow the client to make decisions on tracked transactions when the user may not have seen the notification, e.g. of connection was lost when transaction was confirmed.
Only transactions known by Assist's transaction pool (i.e. sent but not yet confirmed) would be supported by this feature.
The text was updated successfully, but these errors were encountered: