attempting proxying

This commit is contained in:
2025-12-09 16:15:45 -05:00
parent f5fde4df5b
commit 3b093ba4bd
2 changed files with 1 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ def sse_response_for_user(user_id: str):
# Generate unique connection ID
connection_id = str(uuid.uuid4())
user_queue = get_queue(user_id, connection_id)
logger.info(f"SSE response for {user_id} user is {user_queue}")
def generate():
try: