|
|
@ -2012,8 +2012,8 @@ class Waker(BasicStream):
|
|
|
|
|
|
|
|
|
|
|
|
dead_msg = (
|
|
|
|
dead_msg = (
|
|
|
|
"An attempt was made to enqueue a message with a Broker that has "
|
|
|
|
"An attempt was made to enqueue a message with a Broker that has "
|
|
|
|
"already begun shut down. If you are receiving this message, it is "
|
|
|
|
"already begun shutting down. If you are receiving this message, it "
|
|
|
|
"likely your program indirectly called Broker.shutdown() too early."
|
|
|
|
"is likely your program indirectly called Broker.shutdown() too early."
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
def defer(self, func, *args, **kwargs):
|
|
|
|
def defer(self, func, *args, **kwargs):
|
|
|
|