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#64: Ensure transport sends are bound to Session.current
Wrapped all `transport?.send(notification)` calls in `Session.swift` with `try await self.work { ... }`. This guarantees that `Session.current` is correctly set for multi-client transports (HTTPSSE, TCPBonjour) when fanning out notifications out-of-band (e.g., `broadcastLog`).
0 commit comments