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
Golang implements routines switch inside the OS thread, and the routine may pause in one OS thread and resume in another thread. So the tree build per thread may give the wrong call stack. We need to implement the API let the client can set the current context to solve this problem.
The text was updated successfully, but these errors were encountered:
Golang implements routines switch inside the OS thread, and the routine may pause in one OS thread and resume in another thread. So the tree build per thread may give the wrong call stack. We need to implement the API let the client can set the current context to solve this problem.
The text was updated successfully, but these errors were encountered: