zincware / ZnSocket

Python implementation of a Redis-compatible API using websockets.
Apache License 2.0
2 stars 1 forks source link

check if patched #17

Open PythonFZ opened 3 months ago

PythonFZ commented 3 months ago

check if evenlet or gevent are installed and if socket / everything is monkey patched. If so, raise an error

PythonFZ commented 3 months ago

Won't work with our test suite that uses eventlet. Maybe it is not that bad?