You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: