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
Instead of rerouting information directly from whatever source sends the PUB signal (it'll be the dashboard), the WebSocket embed server should ACK the PUB and then retrieve the bracket model.
This is to avoid packet manipulation if someone manages to decipher the message structure.
Ideally, the Ember dashboard would save via the API, the API would cache, and the embed server would retrieve from the cache.
The text was updated successfully, but these errors were encountered:
Instead of rerouting information directly from whatever source sends the
PUB
signal (it'll be the dashboard), the WebSocket embed server shouldACK
thePUB
and then retrieve the bracket model.This is to avoid packet manipulation if someone manages to decipher the message structure.
Ideally, the Ember dashboard would save via the API, the API would cache, and the embed server would retrieve from the cache.
The text was updated successfully, but these errors were encountered: