Backendless/Swift-SDK

'SocketEngine' does not conform to protocol 'WebSocketDelegate'

Closed this issue · 2 comments

Updating to Backendless causes a problem with the Sockets which is required by the package https://github.com/socketio/socket.io-client-swift, error is 'SocketEngine' does not conform to protocol 'WebSocketDelegate'

The work around Solution was to make the SocketEngine.swift file editable and edit it in TextEdit and add the required Protocol, but this should be add to the SocketIO repository

public func didReceive(event: Starscream.WebSocketEvent, client: Starscream.WebSocketClient) {
    
}