Skip to content

Conversation

@jell-o-fishi
Copy link
Member

No description provided.

@jell-o-fishi jell-o-fishi changed the title Tutorial final app Tutorial application steps Nov 11, 2022
@jell-o-fishi
Copy link
Member Author

Tutorial code and bug fixes as a result of writing the sample application.

  • 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

@jell-o-fishi jell-o-fishi merged commit 2591db6 into master Nov 13, 2022
@jell-o-fishi jell-o-fishi deleted the tutorial_final_app branch November 13, 2022 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants