django / asgi_ipc

IPC-based ASGI channel layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unresolved attribute reference `self.hosts`

danielniccoli opened this issue · comments

See

return "%s(hosts=%s)" % (self.__class__.__name__, self.hosts)

I added a # TODO comment in my latest pull request.
980ccab#diff-64b224d30f0fb99ddead52f77c969d28R169

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.