- Don't reset payload if identical.
- Fix issue reconnecting after previous error.
- Rebranding
- Rewrite from scratch with simplified interface.
- Support channels for allowing virtual services or protocols on the same host (virtual hosts, etc.)
- Can now request for streams. Stream responses can recursively be requests as well.
- Request messages can be replied to with an exception using
sendException
. - Request message timeout can be extended through the
sendExtend
function. - Formatted source.
- Fixed some minor issues.
- Initial version.