forked from s0/node-tcnet
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: パケットフィールド拡充・バグ修正・テスト強化 #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
4c536b0
fix: 未定義dataTypeのDataパケット受信時のクラッシュを修正
9c5s 579cc3f
fix: MixerパケットのMixer IDがLayer IDとして誤変換される問題を修正
9c5s 73dddf2
feat: MixerData型に仕様上の全フィールドを追加
9c5s 8f7cbca
refactor!: ErrorパケットのerrorDataを構造化フィールドに置換
9c5s b5f3ef9
feat: マルチパケットヘッダーフィールドを公開
9c5s fd23a26
feat: TimeパケットのTimecodeセクションを読み取る
9c5s 4cf8721
feat: StatusパケットのAPP SPECIFICセクションを読み取る
9c5s 41f9b3d
fix: parsePacketの未定義messageTypeクラッシュ修正とレビュー指摘対応
9c5s 98bea38
refactor: TCNetTimePacketTimecodeをTCNetTimecodeに統一しデッドガードにコメント追加
9c5s a399eb0
docs: Mixer データ制限を実機検証結果に基づき更新
9c5s 94b2d92
refactor!: crossfaderAssignをcrossFaderAssignにリネームしWiki用語を統一
9c5s aaa20ad
test: receiveUnicastのエラーパステストとバッファ長ガードを追加
9c5s d9d6be4
refactor: Promise raceテストの共通ヘルパー抽出と可読性向上
9c5s af849b9
fix: レビュー指摘対応 - multiPacketHeaderのアセンブリパス対応と冗長読み取り排除
9c5s 3d83595
fix: file-chunkパスでmultiPacketHeaderが未設定になる不具合を修正
9c5s ae48cd9
fix: receiveUnicastの最小バッファ長ガードを26バイトに引き上げ
9c5s File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@9c5s/node-tcnet": patch | ||
| --- | ||
|
|
||
| 未定義dataTypeのDataパケット受信時にクラッシュする問題を修正 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@9c5s/node-tcnet": minor | ||
| --- | ||
|
|
||
| MixerパケットのMixer ID誤変換を修正し、MixerData型に仕様上の全フィールドを追加 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| "@9c5s/node-tcnet": minor | ||
| --- | ||
|
|
||
| パケットフィールド拡充: Timecodeセクション, Error構造化, マルチパケットヘッダー公開, APP SPECIFIC | ||
|
|
||
| BREAKING CHANGE: TCNetErrorPacket.errorDataを削除し、dataType/layerId/code/messageTypeに置換 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.