citronneur / node-rdpjs

Remote Desktop Protocol for Node.js
GNU General Public License v3.0
895 stars 154 forks source link

Certain platforms connect to RDP twice #13

Closed untoldone closed 9 years ago

untoldone commented 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.

I did not see the same behavior on Mac, or when connecting to Windows 8 from the same ubuntu machine.

citronneur commented 9 years ago

Maybe due to protocol negotiation. If there is fail during nego, a twice connection may happen.