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
public init(url: String, headers: [String : String] = [:]) {} in the framework. But i could see that method in sample app which you provided. Currently using EventSource (1.0.4). Am i using correct version ? where else going wrong?
The text was updated successfully, but these errors were encountered:
Hi, I integrated the EventSource pod using
But i did not find init with header method
public init(url: String, headers: [String : String] = [:]) {}
in the framework. But i could see that method in sample app which you provided. Currently using EventSource (1.0.4). Am i using correct version ? where else going wrong?The text was updated successfully, but these errors were encountered: