acmacalister / jetfire

WebSocket (RFC 6455) client library for iOS & OS X
Apache License 2.0
518 stars 83 forks source link

Getting Error Messging while connecting to Server #77

Open SusheelYadav455 opened 6 years ago

SusheelYadav455 commented 6 years ago

Hi , Thanks for Providing the SDK , I like the way u formulated the methods and code in a Structured way . I want to implement the SDK in one of my company Project . After integrating the pod file , i have followed the steps which u have mentioned in Readme file , but i am facing with error .

Error : websocket is disconnected: The operation couldn’t be completed. (JFRWebSocket error 1.) Note : I have checked with my host, it is working fine in android , but when it comes to IOS , it is showing the above error.

Can u please check this and let me know , where was the problem .

I am testing in Xcode 9.1

Thanks .