pgaval / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

client app is not notified of RTSP TEARDOWN timeouts #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use MRCPv1 client API to open session with MRCP server
2. TEARDOWN the session - server does not respond
3.

Original issue reported on code.google.com by cmrie...@gmail.com on 24 Jun 2011 at 8:14

GoogleCodeExporter commented 9 years ago
Patched the code for canceling an active request.  It now calls 
rtsp_client_message_handler(), just like messages that come from the 
connection.  I'll continue to test this.

Original comment by cmrie...@gmail.com on 24 Jun 2011 at 8:21

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks Chris. I completely agree with the suggested approach and have applied 
the patch in r1810.

Original comment by achalo...@gmail.com on 22 Jul 2011 at 5:40