Releases: fanduel-oss/jsonrpc2-elixir
Releases · fanduel-oss/jsonrpc2-elixir
v0.2.1
v0.2.0
v0.1.1
- Add
\r\n
to server sends, and use full\r\n
instead of just\n
in client sends to improve compatibility. - Switch to packet mode
:line
for client, so that OTP will make sure we receive only full responses (now that we are expecting server sends to end with at least an\n
)