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
* Handling heartbeat and leave calls for event engine
* * removed acceptance test for EE to make it compatible with current feature tests,
Added tests to ensure subscription with EE, join events emitted through heartbeat calls
* refactoring pubnub.cs and added heartbeat and leave for reconnect and disconnect
* added missing configureAwait
* refactor: removed ignored response for heartbeat and leave calls,
test refactoring for heartbeat calls on subscribe()
* fix: join event test on getting ack on connected event
* test-refactor: cleanup for presence event accuracy in ee tests
* refactor test for handling 0 presence interval case
* PubNub SDK v7.3.11.0 release.
* fix(test): presence test flakiness
---------
Co-authored-by: Mohit Tejani <[email protected]>
Co-authored-by: PubNub Release Bot <[email protected]>
Copy file name to clipboardExpand all lines: .pubnub.yml
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
name: c-sharp
2
-
version: "7.3.10"
2
+
version: "7.3.11"
3
3
schema: 1
4
4
scm: github.com/pubnub/c-sharp
5
5
changelog:
6
+
- date: 2025-05-20
7
+
version: v7.3.11
8
+
changes:
9
+
- type: bug
10
+
text: "Fix missing `heartbeat` and `leave` REST API calls when the event engine is enabled and `presenceTimeout` or `presenceHeartbeatInterval` not set."
Copy file name to clipboardExpand all lines: CHANGELOG
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
v7.3.11 - May 20 2025
2
+
-----------------------------
3
+
- Fixed: fix missing `heartbeat` and `leave` REST API calls when the event engine is enabled and `presenceTimeout` or `presenceHeartbeatInterval` not set.
4
+
1
5
v7.3.10 - May 09 2025
2
6
-----------------------------
3
7
- Fixed: specified dependency version for fixing synk reported issues.
0 commit comments