Skip to content

Commit 79c9858

Browse files
committed
--
1 parent 8594d72 commit 79c9858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MemoryTest/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ViewController: UIViewController {
1515
override func viewDidLoad() {
1616
super.viewDidLoad()
1717
// Do any additional setup after loading the view.
18-
connection = RMQConnection(uri: amqp, delegate: self)
18+
connection = RMQConnection()
1919
connection?.start({
2020
print("Connected")
2121
})

0 commit comments

Comments
 (0)