Skip to content

Commit d8104f4

Browse files
committed
weak in protocols do nothing
1 parent 0516d35 commit d8104f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SocketIO/Engine/SocketEngineSpec.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import StarscreamSocketIO
2929
/// Specifies a SocketEngine.
3030
@objc public protocol SocketEngineSpec {
3131
/// The client for this engine.
32-
weak var client: SocketEngineClient? { get set }
32+
var client: SocketEngineClient? { get set }
3333

3434
/// `true` if this engine is closed.
3535
var closed: Bool { get }

0 commit comments

Comments
 (0)