Re: New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-14 Thread Mischa
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 > >

Re: New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-13 Thread Andrew Hewus Fresh
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

Re: New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-13 Thread Mischa
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

Re: New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-13 Thread Andrew Hewus Fresh
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

New: devel/p5-JSON-RPC2 -JSON-RPC 2.0 Perl module

2021-06-13 Thread Mischa
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