Commit 68894a4
committed
Fix #64: Bind Session.current in broadcastLog loop
SessionManager.broadcastLog now wraps each session's sendLogNotification in session.work { ... }, ensuring Session.current is set before the transport send path runs. This is the correct fix — only the broadcast fan-out needs the context binding, not individual Session notification methods.1 parent 496eee0 commit 68894a4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
0 commit comments