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
It's a usability burden to create 2 separate clients to talk to the same server. We should just have one client that gives access to whole swapd RPC/WS API. Currently, we are dialing in NewWsClient, but I think each *Subscribe method should be creating their own websocket connection instead.
The text was updated successfully, but these errors were encountered:
It's a usability burden to create 2 separate clients to talk to the same server. We should just have one client that gives access to whole swapd RPC/WS API. Currently, we are dialing in
NewWsClient
, but I think each *Subscribe method should be creating their own websocket connection instead.The text was updated successfully, but these errors were encountered: