Parsable doesn't have to be a client
This commit is contained in:
parent
7777c76dae
commit
c87bb409b5
@ -22,7 +22,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
protocol SocketParsable : SocketIOClientSpec {
|
||||
protocol SocketParsable {
|
||||
func parseBinaryData(_ data: Data)
|
||||
func parseSocketMessage(_ message: String)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user