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

Handlers should receive message objects and not raw bytes #169

Open
Snaacky opened this issue May 4, 2023 · 0 comments
Open

Handlers should receive message objects and not raw bytes #169

Snaacky opened this issue May 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Snaacky
Copy link
Owner

Snaacky commented May 4, 2023

Right now we're passing in the raw message bytes into each handler function, ParsingFromString(), doing our logic, and then returning the result object. Ideally, the handler function should be receiving a request object instead of the raw byte string.

@Snaacky Snaacky added the enhancement New feature or request label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant