|
@ -59,7 +59,7 @@ class KombuManager(PubSubManager): # pragma: no cover |
|
|
monkey_patched = is_module_patched('socket') |
|
|
monkey_patched = is_module_patched('socket') |
|
|
if not monkey_patched: |
|
|
if not monkey_patched: |
|
|
raise RuntimeError( |
|
|
raise RuntimeError( |
|
|
'Redis requires a monkey patched socket library to work ' |
|
|
'Kombu requires a monkey patched socket library to work ' |
|
|
'with ' + self.server.async_mode) |
|
|
'with ' + self.server.async_mode) |
|
|
|
|
|
|
|
|
def _connection(self): |
|
|
def _connection(self): |
|
|