Skip to content

Releases: didww/jrpc

v1.1.8

21 Oct 16:55
6ee07b8
Compare
Choose a tag to compare

v1.1.7

04 Feb 16:38
9e1daac
Compare
Choose a tag to compare
  • connect to a socket in non block mode (fix connection timeout issues)

v1.1.4

25 Sep 14:58
44981c5
Compare
Choose a tag to compare
  • Handle EOF on TCP socket #read

1.1.3

03 Aug 09:10
ca1ac99
Compare
Choose a tag to compare

BugFix:

  • close socket descriptor when clearing socket

1.1.2

02 Aug 13:10
e233621
Compare
Choose a tag to compare
  • Fix Broken pipe error when connection terminated unexpectedly #11

1.1.1

27 Jul 07:12
0de93a5
Compare
Choose a tag to compare
  • fix error rescue in TcpClient initializer

1.1.0

18 May 10:21
b4ed17d
Compare
Choose a tag to compare
  • use own socket wrapper instead of Net::TcpClient
  • fix bug when timeout does not handle correctly and client freezes for a long time

https://rubygems.org/gems/jrpc/versions/1.1.0

1.0

30 Aug 13:06
Compare
Choose a tag to compare
1.0
  • add ability to send params as object (via #perform_request)
  • deperecate #invoke_request and #invoke_notification methods
  • add options for read_timeout, write_timeout, connect_timeout, connect_retry_count
  • add optional override read/write timeouts per request
  • optimize debug logger

0.0.1

02 Aug 13:12
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

pre-release