Quote:
Originally Posted by fbrimm One problem might be expecting the connection to remain open indefinitely. You may want to think about what's going to happen when users pop in and out of coverage areas. It might be better if the app on the BB requests the data when it knows its in coverage.
Have you split your app into two pieces? One piece that's the UI, and the other that can run constantly in the background as your socket listener? |
I haven't done that yet mostly because I never even get close to the opportunity to have that problem. The application usually crashes within 3-8 seconds after starting. I'll consider it for the future, though, thanks.
So odd that it works PERFECTLY in the simulator.