You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sipme-med...@googlegroups.com
Hello,
1. Trying scenario similar to media-jsr309-servlet (from mss examples):
- PromptAndCollectServlet calls SignalDetector.receiveSignals - implementation registers JainMgcpListener in SignalDetectorImpl.requestPlayCollect:
driver.attach(reqID,this);
It's not clear where driver.deattach should be called. Jsr-309 client doesn't call deattach, so DriverImpl.requestListeners contains references to all request listeners and garbage collector can not collect them. As workaround I've added deattaching in the following chain: MediaGroupImpl.release -> MediaGroupImpl.release ->SignalDetectorImpl.release -> driver.deattach(JainMgcpListener).
2. What is the purpose of 300 ms sleep in ContainerImpl.unjoin()? Is it safe to remove it?
-- Sergey
oifa.yulian
unread,
May 14, 2015, 4:28:27 AM5/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
On flush buffer and stop handlers both should be called on response event. 2) You can try to , if i am not mistaken it was added previously to cause one by one DLCX requests on mgcp , however currently they are supposed to be handled succesfully concurrently.