x/playground: program continues running after timeout #56543
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What is the URL of the page with the issue?
https://go.dev/play/p/nFK61FSRjMa
What is your user agent?
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71
Screenshot
What did you do?
I was playing with channels, trying to understand when a channel is blocked, and I managed to make the program to continue working even after getting the timeout prompt.
Here's a snippet of the code:
What did you expect to see?
I expected the program to stop after getting timeout, and in general, for something to crash after the program continued
What did you see instead?
The program runs forever
The text was updated successfully, but these errors were encountered: