v0.22.3
[v0.22.3] - 2024-03-20
Another small release that adds a new API for RpcModule if one already has the state in an Arc
and a couple of bug fixes.
[Added]
- add
RpcModule::from_arc
(#1324)
[Fixed]
- Revert "fix(server): return err on WS handshake err (#1288)" (#1326)
- export
AlreadyStoppedError
(#1325)
Thanks to the external contributors @mattsse and @aatifsyed who contributed to this release.