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
// Returns [...] "0" if [a message loop] is not running. The latter indicates a mistake,
// as this function should only be called after a call to one of the _OnQuit functions.
The _OnQuit functions create the message loop in a go routine (see
GetCurrentMessageLoopThreadId
documentation says:The
_OnQuit
functions create the message loop in a go routine (seewinquit/pkg/winquit/server_windows.go
Lines 64 to 68 in d75df78
We hit that race in gvisor-tap-vsock with test failures when running in a gh actions runner: containers/gvisor-tap-vsock#433
The text was updated successfully, but these errors were encountered: