> On Oct 3, 2022, at 10:48 PM, Michael Van Canneyt via fpc-pascal
> wrote:
>
> FPC's JSON-RPC is designed to be used using HTTP(s) transport only, i.e.
> synchronous request and answer.
>
> Hence Ryan's failure to achieve what he wants to do.
>
> But if changes need to be made to make it usa
On Sun, 2 Oct 2022, Wayne Sherman wrote:
Wayne wrote:
JSON-RPC can be used bi-directionally when using
UNIX domain sockets, TCP sockets, and other
bidirectional transports (e.g websockets).
If implemented as such using a bi-direction transport,
the endpoints can be both a server and a client