mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Update FAQ
This commit is contained in:
parent
ba3104fd53
commit
edf5e9863f
@ -1,9 +1,10 @@
|
||||
socket.send() raised exception, OSError(), TimeoutError()
|
||||
=========================================================
|
||||
|
||||
If you get this error chances are you are blocking the event loop for too long, most likely due to an improper use of
|
||||
non-asynchronous or threaded operations which may lead to blocking code that prevents the event loop from running
|
||||
properly.
|
||||
If you get this error chances are you or Telegram ended up with a slow or inconsistent network connection, which
|
||||
triggers internal timeouts due to data not being sent/received in time. Another reason could be because you are blocking
|
||||
the event loop for too long, most likely due to an improper use of non-asynchronous or threaded operations which may
|
||||
lead to blocking code that prevents the event loop from running properly.
|
||||
|
||||
You can consider the following:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user