Does N73 time out excetion happen, if unable to connect when boolean param timeouts is true of the following api
javax.microedition.io.Connector
public static Connection open(String name,
int mode,
boolean timeouts)
What is its behaviour under differnt plans from the operators. i.e wap connection and gprs connection. How does j2me recognise such differences and handle them gracefully in case timeouts does not happen at connection.open.
We seem to observe an hanging behvaior of the midlet, when connection is mis configured or when there is real connection issues..
Regards,
Nagendra

Reply With Quote

