jetfire
jetfire copied to clipboard
Custom Stream
Hi
In starscream project there is a method called
public init(request: URLRequest, protocols: [String]? = nil, stream: WSStream = FoundationStream())
which allows us to use custom stream object, but in this library I wasnt able to see that functionality. So how can I set a custom stream for a websocket
Hi
I am in the same situation. Have you resolved this problem?