-
Notifications
You must be signed in to change notification settings - Fork 23
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
SELECT casing is not working #50
Comments
It was a mistake to have this in the examples, my bad. I added a |
Ok, it turns out there is a good reason I never did this. Sleeping in Stackless is not really supported like it is in gevent.
My guess is that most people know exactly what backend they are running under, and use goless for the semantics. So, you should use |
Thanks for the help. It was helpful to hear about the way how goless work with the correct sleep timer. |
Outputs:
<goless.selecting.rcase object at 0x7fcbacccf390>
from server 1
The returned result should actually be.
from server 2
Can you explain why this is not working as it should ???
server2 would exit first because it is only sleep for 2 seconds, which is faster than server1 6 seconds.
The text was updated successfully, but these errors were encountered: