RPC delay in specific circumstances

Hi! Just found this strange behaviour, I’d be happy if anyone could shed some light:

Server app running on an iPad, client in the editor on iMac. RPC’s take ages to arrive! (as much as a few seconds).

iPad to iPad is fine, iMac to iPad is fine too. What gives?

I have to agree that the given information isn’t really much…

A common mistake is to forget the tick “Run In Background” in the project settings. Especially the server. If it doesn’t run in background it won’t process any messages that arrives which the application isn’t focused.

Can’t think of something else at the moment. I don’t use a mac, so i don’t know if it’s a mac / iPad specific problem, but it shouldn’t make any difference. Anyway, try to test on as many platforms as possible.