Skip to content

v1.13.5

Choose a tag to compare

@NikTheGeek1 NikTheGeek1 released this 01 Jun 14:43
· 48 commits to master since this release

Added a new util method: withTimeout which is a wrapper function that rejects an operation if it takes longer than the specified timeout.
This solves the issue were the webapp is trying to reconnect after a connection is lost, but freezes because the gatt.connect() method never returns.