You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only reason that comes to my mind is that polling does not scale well when it comes to handle huge amounts of updates (i.e. large number of users).
The original author probably mentioned this, because the quick start guide suggest to use djangos development server, which is not designed to be used in production. However, the warning should relate to the manage.py runserver command not the polling mode in general.
Does the polling mode support SSL?
For more details see https://stackoverflow.com/questions/68559521/gunicorn-django-telegram-mqtt-client
The text was updated successfully, but these errors were encountered: