Skip to content

Commit

Permalink
bugfix/LIVE-588 code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-cortes committed Nov 29, 2022
1 parent 3833c8d commit 3718f98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export default class BluetoothTransport extends Transport {
static disconnect = async (id: any) => {
log("ble-verbose", `user disconnect(${id})`);
await bleManager.cancelDeviceConnection(id);
await delay(1000);
await delay(1000); // Nb Test to improve stability of re-connections.
};
id: string;
device: Device;
Expand Down

0 comments on commit 3718f98

Please sign in to comment.