SWIMNIO: Small cleanup: Move callback handling into Shell from Handler #41
Labels
1 - triaged
Task makes sense, is well defined, and is ready to be worked on
good first issue
Good for newcomers
help wanted
Extra attention is needed
size/S
Small task. (A couple of hours of work.)
Currently we manage the callbacks in the
SWIMNIOHandler
, they're keyed by sequencenumbers which are invoked when we get "replies" since of course there's no such thing as a "reply" in UDP itself so we emulate them this way.This could sit in the Shell rather than in the Handler which should only do serialization and message dispatch really.
Small ticket to be picked up by someone interested I think
The text was updated successfully, but these errors were encountered: