Cannot connect to a broker #71
-
Hello! I'm trying to use this library for my project but I can't connect to a broker. This is a test app with Xcode 13
I got this errors
Can anybody help me? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The output you are seeing is from Network.framework, it doesn't mean you haven't connected. But the issue you have is you've created your client as a local variable of the function. As soon as you leave the function it is deleted. |
Beta Was this translation helpful? Give feedback.
-
If you are getting |
Beta Was this translation helpful? Give feedback.
The output you are seeing is from Network.framework, it doesn't mean you haven't connected. But the issue you have is you've created your client as a local variable of the function. As soon as you leave the function it is deleted.