socket.io-client-swift
socket.io-client-swift copied to clipboard
Socket call in background - iOS - Swift
When my app goes into the background, it stops receiving messages over sockets, is there any way to make sockets work in the background. I have two apps on the same device which are connecting to the same socket server, when the server sending io.to("socket id which is background mode").emit("send") not receive event