WesleyMalesa / openmobster

Automatically exported from code.google.com/p/openmobster
0 stars 0 forks source link

Possibility of using multiple sockets per NetSession on the device side #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While testing socket connections on the real BlackBerry 8330

* noticed that on the CDMA phone sometimes a fair bit of data traffic over
a single NetSession (in this case single two way socket), causes data
corruption. The failover mechanism used to care of sudden network failures 
handles this issue

* but it would be nice if such socket anomalies can be handles without failure

* In theory this should not happen and socket communication should stay kosher

* but for some reason due to bugs in TCP/IP implementations on the device
side, this situation is possible

* See here for details:
http://supportforums.blackberry.com/t5/Java-Development/Socket-Write-strange-pro
blem/td-p/55843

Original issue reported on code.google.com by openmobs...@gmail.com on 16 Apr 2010 at 2:14

GoogleCodeExporter commented 8 years ago

Original comment by openmobs...@gmail.com on 16 Jul 2010 at 3:27

GoogleCodeExporter commented 8 years ago

Original comment by openmobs...@gmail.com on 3 Mar 2013 at 6:19