Commit a112194
fix: add explicit PACKAGE_TYPE::train metadata to training client
Both client-train and client-track now explicitly send package type:
- RTCClient sends "PACKAGE_TYPE::train" before file transfer
- RTCTrackClient sends "PACKAGE_TYPE::track" before file transfer
- Worker explicitly handles both package types
This makes the protocol more explicit and consistent rather than
relying on implicit default behavior.
Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3e09a2e commit a112194
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
347 | 350 | | |
348 | 351 | | |
349 | 352 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
756 | 756 | | |
757 | 757 | | |
758 | 758 | | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
759 | 763 | | |
760 | 764 | | |
761 | 765 | | |
| |||
0 commit comments