Hi, Currently all JSON-RPC requests are login+command exec requests. Every command/request needs a new connection to be made. Is there any plans to support long running connections similar to a traditional DB connection or a long polling HTTP connection?
This can improve speed at the client end.