4 Commits

Author SHA1 Message Date
Jarvis Carroll
e8ef0b4304 buffer out-of-order messages
This took a while to debug!! Turns out I don't actually
handle datagrams that have been received before the
workers are all initialized... oops!!
2025-10-27 07:31:27 +00:00
Jarvis Carroll
b6c16967e7 notify router of new channels
This way the second message received on a channel should be
routed by the router without involving the fallback.

Lolspeed achieved.
2025-10-26 11:23:34 +00:00
Jarvis Carroll
47612c2775 have channel_man spawn its own router
Once I added dispatch_fallback to channel_man, it became clear that
the router is actually subordinate to the channel_man.
2025-10-26 11:14:09 +00:00
Jarvis Carroll
cfd9eb748f rename Connection to Router
Connection is more of a supervision concept than a server concept.
I should have a SWP of SWPs too, but I can't be bothered just yet.
2025-10-26 10:46:27 +00:00