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! |
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. |
|
If you are getting |
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.