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 0b7d73e commit 8fbcb58Copy full SHA for 8fbcb58
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codex-data/sdk",
3
- "version": "0.6.2",
+ "version": "0.6.3",
4
"engines": {
5
"node": ">=17.5.0"
6
},
src/sdk/index.ts
@@ -42,6 +42,7 @@ export class Codex {
42
});
43
this.wsClient = createClient({
44
webSocketImpl: WebSocket,
45
+ keepAlive: 10_000,
46
url: this.apiRealtimeUrl,
47
connectionParams: {
48
Authorization: this.apiKey,
0 commit comments