Open gavrilikhin-d opened 1 year ago
PR that implements fix from #34.
Also marks start and stop as async, to be able to catch promise rejections from js code.
start
stop
Note: did not check iOS code
Should prevent crashes in #22 and #15. However, callback, obviously, will never be called
Also fixes build issue #33
@punarinta can you check this PR?
PR that implements fix from #34.
Also marks
start
andstop
as async, to be able to catch promise rejections from js code.Note: did not check iOS code