InvisibleWrench / FlutterMidiCommand

A Flutter plugin to send and receive MIDI
BSD 3-Clause "New" or "Revised" License
95 stars 50 forks source link

Fix: Network Session on iOS and macOS + Crash with timestamp on 32-bit devices because of not using an UInt64 #43

Closed guibarrette closed 2 years ago

guibarrette commented 2 years ago

Network Session on iOS and macOS broke while adding the Virtual Device feature. Also, this fix a crash on 32-bit devices since the timestamp was not converted to an UInt64.