mirror of
https://github.com/logos-co/logos-chat-module.git
synced 2026-08-31 04:41:07 +00:00
Chat has no stake in which port its delivery node listens on, yet init made the caller name one, so every host running two instances had to invent a port scheme and thread it through the calls, the docs, and the doc-tests. delivery_module already assigns a free port to every listening socket the config leaves unpinned, so pinning one was chat opting out of a decision the transport makes better. Dropping the parameter and the pinned ports hands it back.