rtc-io / rtc-quickconnect-test

A reusable test suite that runs a suite of tests against an rtc-quickconnect creator function using a custom signaller
1 stars 1 forks source link

Hanging onto connections #1

Closed DamonOehlman closed 9 years ago

DamonOehlman commented 9 years ago

Need to make sure all connections are dereferenced properly in the tests and it's not an underlying problem in quickconnect. There are 10 connections (a group of 2 and a group of 8) that are being held open long after tests have been finished.

http://localhost:57283/__broth/ [14422-9]
http://localhost:57283/__broth/ [14422-10]

http://localhost:57283/__broth/ [14422-29]
http://localhost:57283/__broth/ [14422-30]
http://localhost:57283/__broth/ [14422-31]
http://localhost:57283/__broth/ [14422-32]
http://localhost:57283/__broth/ [14422-33]
http://localhost:57283/__broth/ [14422-34]
http://localhost:57283/__broth/ [14422-35]
http://localhost:57283/__broth/ [14422-36]
DamonOehlman commented 9 years ago

fixed.