Closed
Bug 791461
Opened 13 years ago
Closed 13 years ago
Can't create more than 10 datachannel objects
Categories
(Core :: WebRTC, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Infinity, Unassigned)
Details
(Whiteboard: [WebRTC])
Attachments
(2 files)
The test case attached creates 100 datachannel objects on either side. However on running the test in Nightly only 10 objects are created. I have attached the NSPR log obtained on running Nightly as well. It has recorded the following error - "SendOpenRequest failed, errno = 22". After this the stream is closed and no further DC Open procedures are called.
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [WebRTC]
| Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Thanks! - fixed in http://hg.mozilla.org/projects/alder/rev/65d4d7b18849
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•13 years ago
|
||
That was a real quick fix. Great!
Will try to find some more to keep me busy :)
Updated•13 years ago
|
Flags: in-testsuite?
Comment 4•13 years ago
|
||
Verified from creating 100 data channel objects and making sure no errors/exceptions were thrown in the process.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•