You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of boost.useWorker is done by generating URL object on the fly, which is used for worker script.
But is should be released from the memory after its usage to avoid possible memory leak.
And make to reuse Blob object for same function execution.
The text was updated successfully, but these errors were encountered:
## [3.5.1](3.5.0...3.5.1) (2022-07-14)
### Bug Fixes
* **options:** Fix possible memory leak for boost.useWorker ([394d1c3](394d1c3)), closes [#2778](#2778)
* **types:** Fix the signature of the tick format callback for timeseries ([fb246bc](fb246bc)), closes [#2769](#2769)
Description
The implementation of
boost.useWorker
is done by generating URL object on the fly, which is used for worker script.But is should be released from the memory after its usage to avoid possible memory leak.
And make to reuse Blob object for same function execution.
The text was updated successfully, but these errors were encountered: