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
I don't know, how stream_buffer_byte_size calculated, but I think it shows wrong value.
I received 1155656 packets (1.25 GB), but 496316 item is in the buffer.
496316 / 1155656 = 0.429, so 42% of my packets are in the buffer.
1250 MB * 0.429 = 536 MB, so the real buffer size is around 536 MB. I checked top, and it says the python script uses ~600 MB RAM, so my calculation could be good.
I have searched for other issues with the same problem or similar feature requests.
Select one:
Bug
Feature Request
Technical Help
Other
Environment
Are you using the module on a VPS or other Cloud hosting?
If so, have you tried running the code on your local machine?
Are you using the module on a Raspberry Pi?
Operating System? (include version)
macOS
Windows
Linux
Python Version Requirement
I am using Python 3.5.3 or above
The text was updated successfully, but these errors were encountered:
I don't know, how

stream_buffer_byte_size
calculated, but I think it shows wrong value.I received 1155656 packets (1.25 GB), but 496316 item is in the buffer.
496316 / 1155656 = 0.429, so 42% of my packets are in the buffer.
1250 MB * 0.429 = 536 MB, so the real buffer size is around 536 MB. I checked
top
, and it says the python script uses ~600 MB RAM, so my calculation could be good.Select one:
Environment
Operating System? (include version)
Python Version Requirement
The text was updated successfully, but these errors were encountered: