On 13 Jun at 21:54, Andrew Hewus Fresh wrote:
> On Sun, Jun 13, 2021 at 09:17:44PM +0200, Mischa wrote:
> > On 13 Jun at 20:45, Andrew Hewus Fresh wrote:
> > > On Sun, Jun 13, 2021 at 03:40:22PM +0200, Mischa wrote:
> > > > This module implement JSON-RPC 2.0 protocol in transport-independent
> >
On Sun, Jun 13, 2021 at 09:17:44PM +0200, Mischa wrote:
> On 13 Jun at 20:45, Andrew Hewus Fresh wrote:
> > On Sun, Jun 13, 2021 at 03:40:22PM +0200, Mischa wrote:
> > > This module implement JSON-RPC 2.0 protocol in transport-independent
> > > way.
> > >
> > > Also it support non-blocking client
On 13 Jun at 20:45, Andrew Hewus Fresh wrote:
> On Sun, Jun 13, 2021 at 03:40:22PM +0200, Mischa wrote:
> > This module implement JSON-RPC 2.0 protocol in transport-independent
> > way.
> >
> > Also it support non-blocking client remote procedure call and both
> > blocking and non-blocking server
On Sun, Jun 13, 2021 at 03:40:22PM +0200, Mischa wrote:
> This module implement JSON-RPC 2.0 protocol in transport-independent
> way.
>
> Also it support non-blocking client remote procedure call and both
> blocking and non-blocking server method execution. This can be very
> useful in case server
This module implement JSON-RPC 2.0 protocol in transport-independent
way.
Also it support non-blocking client remote procedure call and both
blocking and non-blocking server method execution. This can be very
useful in case server methods will need to do some RPC or other
slow things like network