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
* consistency in value of NonSubscribeRequestTimeout to 15 as in PNConfiguration value at line 190
* additional condition to avoid null reference when debugging(during dev session)
* eliminate possiblity of explicitly cancelling handshake request.
* Status callback only gets non presence channel name, not exposing internal presence channel names
* refactor(transport module client) to gracefully handle timeout and cancelled request scenario.
* Added flags to get the information whether request is cancelled or timedout
* refactor: applying timeouts as per configurations from middleware
* fix(httpClient): Resource cleanup.
* fix: remove timeout property set while making DELETE request. HtpClient internal status should not be changed between requests
* revert: presence channel filteration. To preserve older version behaviour (v6)
* Fix for UWP EE freeze
* PubNub SDK v7.3.7.0 release.
---------
Co-authored-by: Mohit Tejani <[email protected]>
Co-authored-by: PUBNUB\jakub.grzesiowski <[email protected]>
Co-authored-by: PubNub Release Bot <[email protected]>
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.7 - April 07 2025
2
+
-----------------------------
3
+
- Modified: enhance request handling with detailed response interface.
4
+
1
5
v7.3.6 - April 03 2025
2
6
-----------------------------
3
7
- Fixed: reafctor: Removed excess logging from transport module. Removed redundant logging from transport layer and added thread id information for tracking http request.
0 commit comments