Ramesh N

Results 19 comments of Ramesh N

> > @willydouhard would this PR #1260 help ? For HTTP hooks, I am using ContextVar like this in server.py > > ```python > > # Create a context variable...

@dokterbob I would like to see some closure to this requirement. Given socketio & awsgi doesn't deal with startlette requests, I am wondering if this is even possible to do...

> @dokterbob I would like to see some closure to this requirement. Given socketio & awsgi doesn't deal with startlette requests, I am wondering if this is even possible to...

> # How to Pass User ID from Frontend to Embedded Chainlit > I've successfully implemented a solution to pass user identification from a Reflex frontend to an embedded Chainlit...

One simple solution is to set transport=websocket in your toml file.

@dokterbob @patrykkotlowski-dsstream This is a good solution for one of the Auth problem I have as well. Is there a chance of this getting merged soon ? Here is the...

> > @dokterbob @patrykkotlowski-dsstream This is a good solution for one of the Auth problem I have as well. Is there a chance of this getting merged soon ? >...

> My SLB supports WebSocket, but it does not support enabling sticky sessions. Are there any other ways to solve this problem? If you ensure client's socketio transport is limited...

The workaround mentioned in this issue https://github.com/weaviate/weaviate/issues/5641#issuecomment-2305239770 works fine