Closed ondreian closed 6 years ago
It is quite common to want to mutate the stream that going to a client (think prettybounty, spellmerge, squelches).
we definitely also need a way to expose this type of behavior.
they should be wrapped in a Try so as to not accidentally break game input (which currently can happen quite easily with DownstreamHook)
Try
closed in #17
It is quite common to want to mutate the stream that going to a client (think prettybounty, spellmerge, squelches).
we definitely also need a way to expose this type of behavior.
they should be wrapped in a
Try
so as to not accidentally break game input (which currently can happen quite easily with DownstreamHook)