Skip to content

Commit e8c35a1

Browse files
committed
Nicer API and update the s2 writer to use the new append session
1 parent 58174af commit e8c35a1

File tree

13 files changed

+343
-421
lines changed

13 files changed

+343
-421
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"@opentelemetry/sdk-trace-base": "2.0.1",
182182
"@opentelemetry/sdk-trace-node": "2.0.1",
183183
"@opentelemetry/semantic-conventions": "1.36.0",
184-
"@s2-dev/streamstore": "^0.15.13",
184+
"@s2-dev/streamstore": "0.17.1",
185185
"dequal": "^2.0.3",
186186
"eventsource": "^3.0.5",
187187
"eventsource-parser": "^3.0.0",

packages/core/src/v3/realtimeStreams/streamInstance.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export class StreamInstance<T> implements StreamsWriter {
5454
accessToken: parsedResponse.accessToken,
5555
source: this.options.source,
5656
signal: this.options.signal,
57-
limiter: (await import("p-limit")).default,
5857
debug: this.options.debug,
5958
flushIntervalMs: parsedResponse.flushIntervalMs,
6059
maxRetries: parsedResponse.maxRetries,

0 commit comments

Comments
 (0)