Unable to connect
[MDWamp transportDidFailWithError:] DID FAIL reason received bad response code from server 426 some("received bad response code from server 426")
Hello @VikranthKumar05 , 426 mean Upgrade Required. I think the server currently support Wamp v1 while the lib working on Wamp v2.
Is there a version of MDWamp which could be used for Wampv1?
Branch v1 does.
I couldn't find a branch with name "v1", I am using cocoapods, since the project is in swift.
Getting this for cocoapod v1.1.0

Check if SocketRocket has been pulled ?
SocketRocket is there. I added the files manually from v1.0.1 and also tried using v1.0.1 but none of the delegate methods is being called.