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
What steps will reproduce the problem?
1. run attached timefor with flags -l and -s
Usage of ./timefor:
-l=false: run long-term sleeper
-s=false: use time.Sleep instead of time.After
What is the expected output?
all time.Sleep sleeper goroutines work well
What do you see instead?
all time.Sleep sleeper gorutines stalled
I don't have much time to investigate it for now, but a little bit.
- looks like this happens on time.Sleep only, time.After works well (yay)
- so this issue is not a blocker for go 1.1 release (hooray)
Attachments:
The text was updated successfully, but these errors were encountered: