socketio / socket.io-client-swift

Other
5.21k stars 841 forks source link

Socket call in background - iOS - Swift #1413

Open mariannasrapyan opened 2 years ago

mariannasrapyan commented 2 years ago

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