Loading libraries/adb/src/commands/sync/socket.ts +11 −11 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ export class AdbSyncSocketLocked implements StructAsyncDeserializeStream { this._writeBufferAvailable -= available; return; } } while (available >= this._bufferCapacity) { const end = offset + this._bufferCapacity; Loading @@ -86,7 +87,6 @@ export class AdbSyncSocketLocked implements StructAsyncDeserializeStream { this._writeBufferOffset = available; this._writeBufferAvailable -= available; } } } finally { this._writeLock.notifyOne(); } Loading Loading
libraries/adb/src/commands/sync/socket.ts +11 −11 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ export class AdbSyncSocketLocked implements StructAsyncDeserializeStream { this._writeBufferAvailable -= available; return; } } while (available >= this._bufferCapacity) { const end = offset + this._bufferCapacity; Loading @@ -86,7 +87,6 @@ export class AdbSyncSocketLocked implements StructAsyncDeserializeStream { this._writeBufferOffset = available; this._writeBufferAvailable -= available; } } } finally { this._writeLock.notifyOne(); } Loading