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
Here is a fix: #4569
The issue was that the runtime would try to sleep for a negative duration, which was cast to an unsigned integer, which meant it would have been sleeping for a very long time.
on my machine
tinygo version 0.34.0 linux/amd64 (using go version go1.23.2 and LLVM version 18.1.2
go.dev/play
output by playgound
but then expected:
panic: timeout
The text was updated successfully, but these errors were encountered: