dndserver icon indicating copy to clipboard operation
dndserver copied to clipboard

Handlers should receive message objects and not raw bytes

Open Snaacky opened this issue 1 year ago • 0 comments

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 avatar May 04 '23 08:05 Snaacky