Skip to content

Commit 835e1c2

Browse files
committed
I don't see a need for unowned
1 parent ba7ffe6 commit 835e1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SocketIOClientSwift/SocketAckEmitter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import Foundation
2626

2727
public final class SocketAckEmitter: NSObject {
28-
unowned let socket: SocketIOClient
28+
let socket: SocketIOClient
2929
let ackNum: Int
3030

3131
init(socket: SocketIOClient, ackNum: Int) {

0 commit comments

Comments
 (0)