How well does signalT support cellular?

I am creating my own iOS application that uses signalr for the chat function. I experienced a lot of disconnecting and reconnecting signalr using it on my device. These connection problems are rare, and Wi-Fi is much more common when you use 3G to connect to the Internet. I use a third-party signalr library to create connections: DyKnow / Signalr-Objc . I'm not sure if the problem is with a third-party library, signaling and web socket restrictions, or some mixture of the two.

How well does signalr work on cellular?

+3
source share

All Articles