Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
6.86k stars 903 forks source link

fix: chainlit retry websocket upgrade request #1379

Open sandangel opened 1 day ago

sandangel commented 1 day ago

Signed-off-by: San Nguyen vinhsannguyen91@gmail.com

When socket.io polling try upgrading to websocket transport, and it fails, it does not retry. This PR fix that by reinitiate the connection.