Skip to content

@asyncapi/[email protected]

Choose a tag to compare

@asyncapi-bot asyncapi-bot released this 12 Nov 14:36
· 34 commits to master since this release
1a5ad6c

Patch Changes

  • 91735c3: Fix invalid Java method name generation and properly handle multiple WebSocket handlers

    • Generate valid Java method names for WebSocket operation handlers with strange identifiers.
    • Produce distinct @OnTextMessage handler methods for each send operation and add safe default routing for unrecognized messages.
    • Update onClose/onOpen formatting.
  • Updated dependencies [91735c3]