Using 2 MQTT clients with for the same broker/topic within a single process #154
Unanswered
YuryLapitsky-TomTom
asked this question in
Q&A
Replies: 1 comment
-
You should be able to use two clients at the same time as long as they have different identifiers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
During testing I experience an issue such as that when I run XCTest with 2 MQTT-NIO clients from the same process, I don't receive updates for one of them. Unfortunately, I didn't find information about that in the documentation and code.
So, I'd like to confirm if it might be a misconfiguration or intended behavior.
Update: 2 clients work fine when they are launched as separate processes (within iOS simulator apps)
Beta Was this translation helpful? Give feedback.
All reactions