JSON-RPC connections - long polling

+1 vote
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.
asked Jan 25, 2016 by senthil

1 Answer

0 votes
Yes, this feature is on the roadmap for a future version, but I don't yet have an ETA. Would you also be interested in a binary method of communication rather than JSON-RPC?
answered Jan 25, 2016 by MultiChain
...