Commit e2f1ff80 authored by Samuel's avatar Samuel

Merge pull request #402 from julien-f/patch-1

Fix subprotocols
parents 3257d9f2 58ca1978
......@@ -316,7 +316,7 @@ var RFB;
uri += '://' + this._rfb_host + ':' + this._rfb_port + '/' + this._rfb_path;
Util.Info("connecting to " + uri);
this._sock.open(uri, this._sockProtocols);
this._sock.open(uri, this._wsProtocols);
Util.Debug("<< RFB.connect");
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment