I don't see a need for unowned
This commit is contained in:
parent
ba7ffe6d26
commit
835e1c2262
@ -25,7 +25,7 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
public final class SocketAckEmitter: NSObject {
|
public final class SocketAckEmitter: NSObject {
|
||||||
unowned let socket: SocketIOClient
|
let socket: SocketIOClient
|
||||||
let ackNum: Int
|
let ackNum: Int
|
||||||
|
|
||||||
init(socket: SocketIOClient, ackNum: Int) {
|
init(socket: SocketIOClient, ackNum: Int) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user