Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Handlers should receive message objects and not raw bytes #169

@Snaacky

Description

@Snaacky

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions