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

SessionTimerManager starts after file transfer is completed if file can be sent in one chunk. #220

Open
GoogleCodeExporter opened this issue Jun 30, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Enable a value for the Session refresh expire period in provisioning to 
enable session refresh re-invite
2. Send a small file
3. SessionTimerManager is started and later sends re-invite on already 
terminated session.

What is the expected output? What do you see instead?
SessionTimerManager should not start if file transfer is completed.

What version of the product are you using? On what operating system?
rcs stack 2.5.13 on Android 4.1.3

Please provide any additional information below.
In ImsServiceSession.handle200OK(), it calls startMediaSession() to open the 
msrp session. If the file is small, it will be done in 1 chunk. 
terminateSession() is called before calling the listeners' 
handleSessionStarted(), as a result SessionTimerManager is started after the 
session has already been terminated.

When the timer expires, it tries to send an re-invite to already terminated 
session

Original issue reported on code.google.com by mcd...@mcdull.us on 10 Feb 2014 at 7:40

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