cruise-automation / rosbag.js

ROS bag file reader for JavaScript 👜
Apache License 2.0
189 stars 43 forks source link

Prevent errors from SharedArrayBuffers #104

Closed disambiguator closed 3 years ago

disambiguator commented 3 years ago

Prevent errors when called with a TypedArray backed by a SharedArrayBuffer

As a workaround, we can copy the requested info into another buffer, which should still be faster than manually converting one character at a time.