FlowiseAI / FlowiseChatEmbed

276 stars 1.17k forks source link

Built with socket.io 4.7.5. #203

Closed mkrauklis closed 3 days ago

mkrauklis commented 3 days ago

This addresses cookies not being persisted. See: https://socket.io/docs/v4/client-options/ "Starting with version 4.7.0, when setting the withCredentials option to true, the Node.js client will now include the cookies in the HTTP requests, making it easier to use it with cookie-based sticky sessions."

nb: may also need to set withCredentials.