keltonflinn: I'm not surprised. What's happening is that we're falling foul of the WAP mechanism. It's not actually HTTP, it's an encoded version of it. As a result, the entire request is cached on...
Type: Posts; User: meredydd; Keyword(s):
keltonflinn: I'm not surprised. What's happening is that we're falling foul of the WAP mechanism. It's not actually HTTP, it's an encoded version of it. As a result, the entire request is cached on...
My current project relies on long-lasting connections to the server. How is this best implemented with MIDP v1.0? I've implemented it with a pair of HttpConnections (one GET, one POST), which remain...