()
| 763 | } |
| 764 | |
| 765 | function waitForUpgrade() { |
| 766 | // wait for upgrade to finish since we can't send packets while pausing a transport |
| 767 | self.once('upgrade', cleanupAndClose); |
| 768 | self.once('upgradeError', cleanupAndClose); |
| 769 | } |
| 770 | |
| 771 | return this; |
| 772 | }; |
no outgoing calls
no test coverage detected