fix(documentation): Refactored readme for clarity and consistency, fixed documentation typos
This commit is contained in:
@@ -663,7 +663,7 @@ export class PortProxy {
|
||||
const checkInterval = setInterval(() => {
|
||||
if (this.connectionRecords.size === 0) {
|
||||
clearInterval(checkInterval);
|
||||
resolve();
|
||||
resolve(); // lets resolve here as early as we reach 0 remaining connections
|
||||
}
|
||||
}, 1000);
|
||||
|
||||
|
Reference in New Issue
Block a user