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
Every request will call SetSyncRequest, so change RuntimeContext. So while just after request A call SetSyncRequest, request B call GetSyncRequest, request B will not be processed. since request B get request and response set by Request A.
Since RuntimeContext is shared accross request by pointer , SetSyncRequest and GetSyncRequest is unpredictable ? or it should pass by value?
The text was updated successfully, but these errors were encountered: