First off, I apologize if some of my terminology isn't correct - I'm more of a frontend person, so some of the backend terminology throws me off. Basically, I'm wondering if I have VC open and I receive a new SMS, can VC automatically display the new SMS?
The best example of something like this that I can think of is Gmail. If I have Gmail open and receive a new email, it will automagically display in my inbox - I don't have to manually refresh to see it. I'm not sure if this is a "fetch" (my browser sends a check to Gmail every x amount of time) or if it's a push (Gmail sends it to any open sessions for my account - my guess is this is what is used), but it seems to be really quick.
Ideally, I would think that just refreshing the related SMS thread (if it's a reply) or just pulling in a new SMS thread would be better than refreshing all SMS and/or all other data (contacts, voicemails, etc. wouldn't need to also refresh).
My own desire for this (and maybe others as well) is that if I'm texting someone back and forth, I generally keep VC open (no sense in closing it since I'm expecting a response soon). But every time they send a message (which Prowl notifies me about), I have to then manually refresh ALL data (since there's no way to refresh just an individual tab or SMS thread). If VC could "push" the message to me, it would save me a lot of taps on the refresh button.
Is this feasible? My guess is that this might be a fairly big change, but I would love to see it implemented, if possible.