*dht-relay ready is on the main object, dht object does not exist
This commit is contained in:
parent
9ae03e12e2
commit
17ca564f43
|
@ -83,7 +83,7 @@ export default class HyperswarmWeb extends EventEmitter {
|
|||
}
|
||||
|
||||
this._processQueuedActions();
|
||||
await this._activeRelay.dht.ready();
|
||||
await this._activeRelay.ready();
|
||||
}
|
||||
|
||||
private async isServerAvailable(connection: string): Promise<boolean> {
|
||||
|
|
Loading…
Reference in New Issue