MDWamp icon indicating copy to clipboard operation
MDWamp copied to clipboard

MDWamp is a client side objective-C implementation of the WebSocket subprotocol WAMP.

Results 12 MDWamp issues
Sort by recently updated
recently updated
newest added

[MDWamp transportDidFailWithError:] DID FAIL reason received bad response code from server 426 some("received bad response code from server 426")

I am able to connect but I am unable to receive an events from my subscription. I also lose connection after exactly 1 minute which seems fishy, like i never...

Update MDWampTransportWebSocket with another init method that accepts a NSUrlRequest and a BOOL that allows connection to untrusted certificates.

Right now, if the delegate of a `MDWamp` object is deallocated, the `delegate` property becomes a dangling pointer and will crash next time a delegate method is called. I'm pretty...

-[MDWamp transportDidCloseWithError:] DID CLOSE reason Stream end encountered -[MDWampTransportWebSocket webSocketDidOpen:] negotiated protocol is wamp.2.json -[MDWamp transportDidOpenWithSerialization:] websocket connection opened -[MDWamp sendMessage:] Sending Assertion failure in -[SRWebSocket send:], /Pods/SocketRocket/SocketRocket/SRWebSocket.m Terminating app...

In MDWampTransportWebSocket, setRequestCookies sets the cookies directly onto the socket, which is nil unless open has been called as part of connection. Unfortunately, this prevents the cookies from being in...

Sometimes socket connection is established but actually calls doesn't works. Can I perform some kind of ping every small amount of time to reconnect if such situation happens?

I am forced to use Carthage instead of CocoaPods. While it was rather easy to integrate using CocoaPods, I just can't figure out how to build a usable framework with...

Can you create a branch for 1.x support so we can pull request some bugfix for those using Wampv1 ? Thanks