Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Added labels: 2.0-M5
  • Removed labels: 2.0-M4

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant