We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27899a7 commit 0db7661Copy full SHA for 0db7661
lib/transport/client.ts
@@ -48,7 +48,7 @@ export class Client {
48
49
// Send the setup message.
50
await setup.send.client({
51
- versions: [Setup.Version.DRAFT_06],
+ versions: [Setup.Version.DRAFT_07],
52
role: this.config.role,
53
})
54
lib/transport/setup.ts
@@ -11,6 +11,7 @@ export enum Version {
11
DRAFT_04 = 0xff000004,
12
DRAFT_05 = 0xff000005,
13
DRAFT_06 = 0xff000006,
14
+ DRAFT_07 = 0xff000007,
15
KIXEL_00 = 0xbad00,
16
KIXEL_01 = 0xbad01,
17
}
0 commit comments