Skip to content
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

Switch the library to operate with bytes instead #7

Closed
julian776 opened this issue Mar 6, 2024 · 2 comments
Closed

Switch the library to operate with bytes instead #7

julian776 opened this issue Mar 6, 2024 · 2 comments
Labels
invalid This doesn't seem right

Comments

@julian776
Copy link
Owner

We should avoid using the interface, as it requires serialization and returning bytes, adding additional work for the listener and handlers.

Instead, let the bytes be handled directly by subscribers or handlers, providing more flexibility and the ability to work with any type of data, not just JSON.

@julian776 julian776 added the enhancement New feature or request label Mar 6, 2024
@julian776
Copy link
Owner Author

Released in v0.2.0

@julian776
Copy link
Owner Author

Reverted in v0.2.1

@julian776 julian776 added invalid This doesn't seem right and removed enhancement New feature or request labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant