Re: Channels thread count is increasing

2018-09-16 Thread erkin kabataş
n post API How to return response to network machine in Django ? > > > On Sun, 16 Sep 2018 at 4:32 AM, erkin kabataş > wrote: > >> Hi All, >> >> I am new to python and django. >> I am using Python 3.6.5, Django 2.1 and Channels 2.1.2. >> My problem

Channels thread count is increasing

2018-09-15 Thread erkin kabataş
Hi All, I am new to python and django. I am using Python 3.6.5, Django 2.1 and Channels 2.1.2. My problem is when I switch to ASGI from WSGI server, in every request, thread count is increasing. Same thing is happening when I use sync_to_async function in consumers.py. Is this a normal behaviou