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
As we have rewritten ronny in go, it has also moved to websocket for lower latency.
The current http fetcher should be replaced with a WS fetcher.
We should keep the HTTP fetcher and add the WS one, the right fetcher should be spawned based on the scheme in the URI (ws vs http)
The text was updated successfully, but these errors were encountered:
As we have rewritten ronny in go, it has also moved to websocket for lower latency.
The current http fetcher should be replaced with a WS fetcher.
We should keep the HTTP fetcher and add the WS one, the right fetcher should be spawned based on the scheme in the URI (
ws
vshttp
)The text was updated successfully, but these errors were encountered: