This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
JSON-RPC Batch and Bug fixes
- Flake8 on all codebase
- Added JSON-RPC 2.0 Batch - part of specification (by artemmus)
- Attach configuration
connection_made
andconnection_lost
to connections of TCP and UDP servers (connection providers). - Bug fix in Connection
data_received
method. Thedata_processed
event was not triggered. - Process title does not append arbiter to the main process name.
- Added a snippet in examples on how to build a simple framework for remote
objects. - Better handling of content-type headers in the HTTP client requests
- Test coverage at 87%