Use human-readable names for websockets

This commit is contained in:
Fedor Indutny
2021-12-01 19:55:17 +01:00
committed by GitHub
parent 27f4dc6177
commit 84407cb005
4 changed files with 17 additions and 4 deletions

View File

@@ -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,