This repository has been archived by the owner on Jan 17, 2025. It is now read-only.
Handlers should receive message objects and not raw bytes #169
Labels
enhancement
New feature or request
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.The text was updated successfully, but these errors were encountered: