Continue with ClientInitialisation when SecurityType is None
This commit is contained in:
parent
f791d32c28
commit
37320aa55a
|
|
@ -1925,7 +1925,7 @@ export default class RFB extends EventTargetMixin {
|
|||
_negotiateAuthentication() {
|
||||
switch (this._rfbAuthScheme) {
|
||||
case securityTypeNone:
|
||||
this._rfbInitState = 'SecurityResult';
|
||||
this._rfbInitState = 'ClientInitialisation';
|
||||
return true;
|
||||
|
||||
case securityTypeXVP:
|
||||
|
|
|
|||
Loading…
Reference in New Issue