Skip to content

Commit

Permalink
fixed message splitter
Browse files Browse the repository at this point in the history
  • Loading branch information
renanyoy committed Dec 18, 2023
1 parent 46eac9d commit a1a63ff
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 201 deletions.
1 change: 1 addition & 0 deletions midi_io/lib/src/message_splitter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class MessageSplitter extends StreamTransformerBase<Uint8List, Uint8List> {
} else {
// if we get here we received something we don't understand,
// and that we weren't expecting, so drop the message
i++;
}
}
}
Expand Down
Loading

0 comments on commit a1a63ff

Please sign in to comment.