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
AppV2: ensure isolation of handler state per request
Implemented a new duplication mechanism for the handler to create
separate instances per request. This change addresses an issue where the
same handler instance was shared across multiple requests, leading to
state leakage and inconsistencies in AppV2.
Each request now uses a fresh handler instance, ensuring isolated and
consistent state management.
Updates goplus/builder#532
Signed-off-by: Aofei Sheng <[email protected]>
0 commit comments