We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8594d72 commit 79c9858Copy full SHA for 79c9858
MemoryTest/ViewController.swift
@@ -15,7 +15,7 @@ class ViewController: UIViewController {
15
override func viewDidLoad() {
16
super.viewDidLoad()
17
// Do any additional setup after loading the view.
18
- connection = RMQConnection(uri: amqp, delegate: self)
+ connection = RMQConnection()
19
connection?.start({
20
print("Connected")
21
})
0 commit comments