Chainlit / cookbook

Chainlit's cookbook repo
https://github.com/Chainlit/chainlit
648 stars 240 forks source link

Custom react frontend with chainlit backend , chainlit stop sending message to frontend if some tasks takes ~> 42 sec #89

Open suman12345678 opened 4 months ago

suman12345678 commented 4 months ago

Hi Team,

I am using react as frontend and chainlit server as backend. I have a call from chainlit backend which sometimes takes ~> 42 sec. For those responses I dont see the messages coming to react frontend. When the response time is less I get it always.

Could you please let me know how can I solve this? are there any setting I can change?

Kota-11711406 commented 4 months ago

Same getting issue with sending message to front end by chainlit backend.