socket.io-client-swift icon indicating copy to clipboard operation
socket.io-client-swift copied to clipboard

Socket call in background - iOS - Swift

Open mariannasrapyan opened this issue 3 years ago • 0 comments

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

mariannasrapyan avatar May 31 '22 17:05 mariannasrapyan