moo.shell.tests.test_session_commands.test_startup_opens_session_buffer_before_firing_confunc
- moo.shell.tests.test_session_commands.test_startup_opens_session_buffer_before_firing_confunc()
Regression:
_repl_setupmust open the player’s Kombu consumer BEFORE dispatching confunc tasks, otherwise the room’stell()messages are published to the exchange while no queue exists (queues bind withauto_delete=True) and get silently dropped. Connect-timelook_selfoutput would intermittently vanish until the user issued a command that happened to land AFTERprocess_messagesfinally opened the consumer.