Skip to content

Commit

Permalink
redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Munene committed Feb 8, 2025
1 parent a39b977 commit 06ad3a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
cors_allowed_origins="https://lively-tree-062a6b710.4.azurestaticapps.net",
allow_upgrades=False, # Disable WebSocket upgrade
logger=True,
engineio_logger=True
async_mode="eventlet",
engineio_logger=True,
transports=["websocket", "polling"]
)

# Chat room storage
Expand Down
Binary file modified server/requirements.txt
Binary file not shown.

0 comments on commit 06ad3a0

Please sign in to comment.