Skip to content

Fix binary ws transport and add new callback types #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

njones
Copy link
Owner

@njones njones commented Sep 23, 2022

This commit fixes returning binary data from an Emit or Ack callback. It also adds an exported generic Callback wrapper that can be used for On events. So callbacks can accept interface parameters if needed. The binary websocket transport can offer a buffered or unbuffered reader.

This commit fixes returning binary data from an Emit or Ack callback.
It also adds an exported generic Callback wrapper that can be used for On events. So callbacks can accept interface parameters if needed.
The binary websocket transport can offer a buffered or unbuffered reader.
@njones njones merged commit b2c018f into main Sep 23, 2022
@njones njones deleted the fix-websocket-messages branch November 5, 2022 13: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.

1 participant