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

TIMOB-10638: BlackBerry: Cannot read from Socket.TCP #142

Merged
merged 4 commits into from
Aug 31, 2012

Commits on Aug 30, 2012

  1. TIMOB-10638: BlackBerry: Cannot read from Socket.TCP

    Reviewers: David C.
    
    Changelog:
    - Fixed an issue with buffer clear
    - fix issue with TCP socket call backs (All the callbacks were called
      whenever one of them should be called)
    - refactor TCP socket callbacks
    
    Test Cases:
    
    - make sure you can successfully build tibb and tibbtest
    - use app.js (as server) and client.js (as client) js files attached to
      jira task
    - run app on emulator
    - run client.js with node
    - make sure client and server received data and connected call back is
      called
    - make sure error callback is not called
    - make sure when you press button it sends data to the client
    
    Test Case
    Harut committed Aug 30, 2012
    Configuration menu
    Copy the full SHA
    54205d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2012

  1. Addressed comments.

    Harut committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    6fb3cb4 View commit details
    Browse the repository at this point in the history
  2. addressed comments and re-run test

    Harut committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    ecd237e View commit details
    Browse the repository at this point in the history
  3. reverted app.js file

    Harut committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    020e0df View commit details
    Browse the repository at this point in the history