Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlockingIOError: [WinError 10035] A non-blocking socket operation could not be completed immediately #1314

Open
MykhailoKhil opened this issue Mar 30, 2021 · 3 comments
Assignees

Comments

@MykhailoKhil
Copy link

Hello there!
I also faced with this problem when I wanted to do performance testing with Locust and Pika.
On my macOS it working perfect but on Win10 1909 i have a error!
BlockingIOError: [WinError 10035] A non-blocking socket operation could not be completed immediately
My code you could find on https://pastebin.com/ir0ACqKG I only publish a message in RabbitMQ 3.8.2 Erlang 22.2.2
Python version Python 3.9.2
pip list
Package Version


cachetools 4.2.1
certifi 2020.12.5
cffi 1.14.5
chardet 4.0.0
click 7.1.2
ConfigArgParse 1.3
Faker 6.4.1
Flask 1.1.2
Flask-BasicAuth 0.2.0
gevent 21.1.2
geventhttpclient 1.4.5
google-api-core 1.26.0
google-auth 1.27.0
googleapis-common-protos 1.52.0
greenlet 1.0.0
idna 2.10
influxdb 5.3.1
itsdangerous 1.1.0
Jinja2 2.11.3
locust 1.4.3
locust-influxdb-listener 0.0.3
lxml 4.6.2
MarkupSafe 1.1.1
msgpack 1.0.2
opencensus 0.7.12
opencensus-context 0.1.2
opencensus-ext-azure 1.0.7
packaging 20.9
pika 1.2.0
pip 21.0.1
protobuf 3.15.1
psutil 5.8.0
psycogreen 1.0.2
psycopg2-binary 2.8.6
pyasn1 0.4.8
pyasn1-modules 0.2.8
pycparser 2.20
pymongo 3.11.3
pyparsing 2.4.7
python-dateutil 2.8.1
pytz 2021.1
pywin32 300
pyzmq 22.0.3
requests 2.25.1
rsa 4.7.1
selenium 3.141.0
setuptools 53.0.0
six 1.15.0
text-unidecode 1.3
urllib3 1.26.3
websocket-client 0.57.0
Werkzeug 1.0.1

@lukebakken lukebakken self-assigned this May 24, 2022
@lukebakken lukebakken added this to the 1.3.0 milestone May 24, 2022
@lukebakken
Copy link
Member

Sorry, I was unsubscribed from this repository and have missed new issues from the past year. I will investigate this before the next release, thank you!

@lukebakken
Copy link
Member

lukebakken commented May 25, 2022

I have added your code here - https://github.com/lukebakken/pika-1314

However, there are two problems:

  • There is no code for the utils package.
  • I have no idea how to run the locust test the same way you did.

@MykhailoKhil I will keep this issue open for a while but not indefinitely. If you have the time, I would like to investigate this, and I even have a Windows environment to do so. Thanks.

@lukebakken lukebakken removed this from the 1.3.0 milestone Jun 29, 2022
@aeg12345
Copy link

greetings, I run into a similar issue when using pika with locust are there any resolutions to implement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants