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 we send every prediction to every client every minute via rest. This results in a lot of cloudfront requests, lambda invocations, and a lot of bandwidth usage.
Websockets would allow subscribing to specific callsigns predictions
The text was updated successfully, but these errors were encountered:
Currently we send every prediction to every client every minute via rest. This results in a lot of cloudfront requests, lambda invocations, and a lot of bandwidth usage.
Websockets would allow subscribing to specific callsigns predictions
The text was updated successfully, but these errors were encountered: