django / channels

Developer-friendly asynchrony for Django

Home Page:https://channels.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there require close_old_connections manually ?

ibuler opened this issue · comments

Hello,

Django has the signal handler before request and request finish, close the db connections,
so, If use channels WebsocketConsumer, Is there require to call close_old_connections function manually before connect and after disconnected?

Thanks