evilkost / brukva

Asynchronous Redis client that works within Tornado IO loop.
Other
265 stars 33 forks source link

self.connection.readline | GeneratorExit #21

Open burakdede opened 12 years ago

burakdede commented 12 years ago

When user subscribe to channel and do nothing unsubscribe and disconnect this is the exception I got. Its sometimes appear when some messae passed between publisher and subscribers

[E 111217 01:07:03 client:49] None Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/brukva-0.0.1-py2.6.egg/brukva/client.py", line 926, in listen data = yield async(self.connection.readline)() GeneratorExit

karpitsky commented 12 years ago

May you have solution for this problem?

burakdede commented 12 years ago

No not yet, but I will look at this again when I have time

Znack commented 9 years ago

This error still apear some times. Did someone discover the solution?