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: only send resource notification when actually deleting resources
- Modified DeleteSessionResources to track if resources were actually deleted
- Only send list_changed notification if something was removed
- Fixed race condition in TestStreamableHTTP_SessionWithResources by protecting shared state
- Added sync.Once to prevent multiple WaitGroup.Done() calls
0 commit comments