vadimpronin / guacamole-lite

Node.js library for creating Guacamole-compatible servers. Guacamole is a RDP/VNC/SSH/Telnet client for HTML5 browsers.
Apache License 2.0
250 stars 78 forks source link

Bug fix/destruct http instance #17

Open wildbeastsenpai opened 6 years ago

wildbeastsenpai commented 6 years ago

Dear sir, I found that it seems to be failing to release a port when using 'http' package with guacamole-lite as like as written in README.md. I fixed the lib/Server.js, as to be destructing http explicitly. I would be grateful if you would merge this commit.

Thanks for creating a great npm package.