mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
tornado: Store port on SockJS connection object.
This will make it available for use inside our websockets code.
This commit is contained in:
@@ -95,7 +95,7 @@ class Command(BaseCommand):
|
||||
|
||||
try:
|
||||
# Application is an instance of Django's standard wsgi handler.
|
||||
application = create_tornado_application()
|
||||
application = create_tornado_application(int(port))
|
||||
if settings.AUTORELOAD:
|
||||
zulip_autoreload_start()
|
||||
|
||||
|
Reference in New Issue
Block a user