Skip to content

v0.4.4

Compare
Choose a tag to compare
@jell-o-fishi jell-o-fishi released this 13 Nov 09:48
· 599 commits to master since this release
2591db6
  • Fragmentation fix - empty payload (either in request or response) with fragmentation enabled failed to send
  • Breaking change: on_connection_lost was renamed to on_close. An on_connection_error method was added to handle initial connection errors
  • Routing request handler:
    • Throws an RSocketUnknownRoute exception which results in an error frame on the requester side
    • Added error logging for response/stream/channel requests
  • Added create_response helper method as shorthand for creating a future with a Payload
  • Added utf8_decode helper. Decodes bytes to utf-8. If data is None, returns None.
  • Refactoring client reconnect flow
  • Added example code for tutorial on rsocket.io