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
{{ message }}
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
Long polling keeps the connection open until the client gets data from the server, then closes it and fires a new request immediately.
The module now polls telegram once a second which is inefficient and can cause delays of up to 2 seconds when receiving messages from Telegram. Long polling should solve this problem.
We'd need to look into whether ReactPHP supports this technique.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Long polling keeps the connection open until the client gets data from the server, then closes it and fires a new request immediately.
The module now polls telegram once a second which is inefficient and can cause delays of up to 2 seconds when receiving messages from Telegram. Long polling should solve this problem.
We'd need to look into whether ReactPHP supports this technique.
The text was updated successfully, but these errors were encountered: