Closed untoldone closed 9 years ago
Some system configurations seem to run two RDP connections with the same code -- calling all of the callbacks twice.
Specifically nodejs 0.12.7+ and 4.0+ connecting to Windows Server 2008 R2 from ubuntu 14.04 show this issue.
0.12.7+
4.0+
I did not see the same behavior on Mac, or when connecting to Windows 8 from the same ubuntu machine.
Maybe due to protocol negotiation. If there is fail during nego, a twice connection may happen.
Some system configurations seem to run two RDP connections with the same code -- calling all of the callbacks twice.
Specifically nodejs
0.12.7+
and4.0+
connecting to Windows Server 2008 R2 from ubuntu 14.04 show this issue.I did not see the same behavior on Mac, or when connecting to Windows 8 from the same ubuntu machine.