suman12345678

Results 7 comments of suman12345678

I get the below request when multiple sessions are opened. ERROR: Exception in ASGI application Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/uvicorn/protocols/websockets/websockets_impl.py", line 247, in run_asgi result = await self.app(self.scope,...

I have ovserved async function connect(sid, environ, auth) executed after ~ 45 seconds as a reconnection. So I gues there are 2 issues here, 1) why the reconnection is happening...

Hi Again, I found an option to change the setting. If you can change server.py program as a new feature , to take a parameter ping_timeout this will solve the...

> > Hi Again, > > I found an option to change the setting. If you can change server.py program as a new feature , to take a parameter ping_timeout...

Thanks Chainlit/chainlit Could you please help me to understand how to run using gunicorn. Let's say I have chainlit program available as app.py. I can run that using 'chainlit run...

Hi Team We can expose in chainlit. But can we do something so that after certain time let's say 10 minutes session variables are automatically deleted? Can we do that...