django / asgi_ipc

IPC-based ASGI channel layer
BSD 3-Clause "New" or "Revised" License
37 stars 13 forks source link

Unresolved attribute reference `self.hosts` #11

Closed danielniccoli closed 7 years ago

danielniccoli commented 7 years ago

See https://github.com/django/asgi_ipc/blob/b6750c51ab7e409450e52735454f38333ef06e2b/asgi_ipc.py#L168

I added a # TODO comment in my latest pull request. https://github.com/django/asgi_ipc/pull/10/commits/980ccabf192c3fada294a5b1a32a4908887c058d#diff-64b224d30f0fb99ddead52f77c969d28R169

andrewgodwin commented 7 years ago

Yes, this is left over code from when it was copied from the Redis backend as a template I suspect. It should be replaced to show prefix instead.