TREEcg / event-stream-client

Deprecated! Use the rdf-connect/ldes-client instead
https://github.com/rdf-connect/ldes-client
Other
14 stars 9 forks source link

Variable disablePolling should be removed from EventStream.ts #45

Closed KasperZutterman closed 2 years ago

KasperZutterman commented 2 years ago

https://github.com/TREEcg/event-stream-client/blob/cc27b5ec29b9a356bd35d79a5e4affe22ddaecba/packages/actor-init-ldes-client/lib/EventStream.ts#L65 disablePolling is deprecated inside EventStream.ts, The translation to disableSynchronization happens inside LDESClient.ts https://github.com/TREEcg/event-stream-client/blob/cc27b5ec29b9a356bd35d79a5e4affe22ddaecba/packages/actor-init-ldes-client/lib/LDESClient.ts#L120-L127