Question: I have implemented a simple WebSocket proxy with FastAPI (using this example) The application target is to just pass through all messages it gets to its active connections (proxy). It works well only with a single instance because it ...
Question: I have implemented a simple WebSocket proxy with FastAPI (using this example) The application target is to just pass through all messages it gets to its active connections (proxy). It works well only with a single instance because it ...