Commit d7f1a42
feat: add SendTo to Hub interface for direct WS message delivery
Expose SendTo on the public Hub interface so gameserver steps can
deliver messages directly to a connection by connectionId, without
requiring the connection to be in a named room.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5713e56 commit d7f1a42
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
160 | 166 | | |
161 | 167 | | |
162 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments