Skip to content

Commit b85e42b

Browse files
committed
add dummy protocol for linux
1 parent 7120d89 commit b85e42b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/SocketIO/Engine/SocketEngineWebsocket.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ extension SocketEngineWebsocket {
161161
}
162162

163163
#if os(Linux)
164+
protocol WebSocketDelegate { }
165+
164166
/// SSLSecurity does nothing on Linux.
165167
public final class SSLSecurity { }
166168

0 commit comments

Comments
 (0)