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 use HTTP GET request. For gosumemory it works fine as response's delay is usually less than 200ms.
On other hand, StreamCompanion often takes a lot of time to respond and sometimes even takes exceeds 2s timeout (which should be more than enough!).
Only fix I can think of right now is changing connection to websockets, so we can be certain we'll get some data (although it may be outdated).
The text was updated successfully, but these errors were encountered:
Currently we use HTTP GET request. For gosumemory it works fine as response's delay is usually less than 200ms.
On other hand, StreamCompanion often takes a lot of time to respond and sometimes even takes exceeds 2s timeout (which should be more than enough!).
Only fix I can think of right now is changing connection to websockets, so we can be certain we'll get some data (although it may be outdated).
The text was updated successfully, but these errors were encountered: