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
Currently each mounted component can have its own WebSocket connection to the ICS. This was an expedient way to implement things but it would be more efficient to share a single connection.
Could we just put the latest message of each "type" in the Redux store, and then components can just depend on latestNavHeartbeat or whatever and get re-rendered magically?
The text was updated successfully, but these errors were encountered:
Currently each mounted component can have its own WebSocket connection to the ICS. This was an expedient way to implement things but it would be more efficient to share a single connection.
Could we just put the latest message of each "type" in the Redux store, and then components can just depend on
latestNavHeartbeat
or whatever and get re-rendered magically?The text was updated successfully, but these errors were encountered: