saltyrtc / saltyrtc-server-python

SaltyRTC signalling server implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enqueued tasks need to specify behaviour when cancelled

lgrahl opened this issue · comments

commented

... otherwise, they'll trigger a nasty looking exception in the log. Some tasks may also need to do some cleanup before they release (currently investigating).

E.g. tasks need to catch asyncio.CancelledError.

commented

Should be fixed by #86