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
When eventlet is monkey patched, select.poll is removed since
it is not thread safe. So check availability of `poll` method
before using it.
Fixes: kubernetes-client#1753Fixes: kubernetes-client#1686
Signed-off-by: Abhijeet Kasurde <[email protected]>
0 commit comments