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: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
MQTT-Client-Framework iOS/OSX/tvOS Release Notes
2
2
================================================
3
3
4
+
## MQTT-Client-Framework 0.9.9
5
+
> Release date 2017-09-21
6
+
[FIX] added connectTo: version for backward compatibility to MQTTSessionManager
7
+
Merge pull request #373 from kirillyakimovich/session_manager_reconnection_tests
8
+
Session manager reconnection test
9
+
Add run loop parameter
10
+
1. Removes conditional duplicated logic if on main thread - context.performAndWait is enough
11
+
2. Uses only one background context - Before even if this object was created from background queue it was using parent main context which would block main thread.
12
+
[session_manager_reconnection_tests] [UPD] if session manager is connected, we're not trying to connect again
0 commit comments