You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -343,6 +343,7 @@
343
343
- Updated readiness events on consumer mode: the SDK emits SDK_READY event once the connection to Redis cache is successful.
344
344
- Updated streamingEnabled default value from false to true, to use streaming synchronization by default.
345
345
- Removed the use of Promise.prototype.finally to avoid issues with some promise polyfills.
346
+
- Bugfix - Always emit SDK_READY and SDK_READY_FROM_CACHE events asynchronously, ensuring that listeners attached after client instantiation are invoked.
346
347
347
348
10.12.1 (May 18, 2020)
348
349
- Updated logging messages for streaming notifications to DEBUG log level.
0 commit comments