Use human-readable names for websockets
This commit is contained in:
parent
27f4dc6177
commit
84407cb005
4 changed files with 17 additions and 4 deletions
|
@ -67,6 +67,7 @@ export class CDSSocketManager {
|
|||
const url = `${this.options.url}/discovery/${publicKeyHex}/${codeHashHex}`;
|
||||
|
||||
return connectWebSocket<CDSSocket>({
|
||||
name: 'CDSSocket',
|
||||
url,
|
||||
version,
|
||||
proxyAgent: this.proxyAgent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue