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
Address issue that returned poll immediately (#231)
fix(poller): address issue that returned `poll` immediately
Fix the issue because of which `poll` always returned immediately without waiting for the actual
event (TLS handshake flow uses proper watcher now).
Copy file name to clipboardExpand all lines: .pubnub.yml
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
name: c-core
2
2
schema: 1
3
-
version: "5.3.1"
3
+
version: "5.3.2"
4
4
scm: github.com/pubnub/c-core
5
5
changelog:
6
+
- date: 2025-09-23
7
+
version: v5.3.2
8
+
changes:
9
+
- type: bug
10
+
text: "Fix the issue because of which `poll` always returned immediately without waiting for the actual event (TLS handshake flow uses proper watcher now)."
0 commit comments