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

monkey_patch doesn't work and the example about openssl in docs cann't run #617

Open
chnls17 opened this issue Jun 18, 2020 · 0 comments
Open

Comments

@chnls17
Copy link

chnls17 commented Jun 18, 2020

eventlet.monkey_patch(socket=True, select=True)
soc = eventlet.import_patched("socket")
res = eventlet.patcher.is_monkey_patched(socket)
print(res)

False

About OpenSSL
in client.py, error code and message:
sslSocket = socket.ssl(s)
AttributeError: module 'socket' has no attribute 'ssl'

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

1 participant