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
fix(OUT-2944-re): removed globalThis on base service
- globalThis was causing copilot instance to be shared, swapping global instances while calling copilot methods.
- The solution applied verifies a unique SDK instance for each service instance.
0 commit comments