-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Description
Reproduction and description of bug:
https://github.com/blissnd/BUG_IN_GOLANG
Using LockOSThread() makes no difference to the issue as shown here:
https://github.com/blissnd/BUG_IN_GOLANG/tree/workaround?files=1
Concurrency code should be reentrant and should not keep state between threads, especially when their is no access to shared memory or race conditions.