Add note clarifying the disconnected state
Makes it clear that the RFB module can not transition away from the disconnected state.
This commit is contained in:
parent
f5d40c6a4b
commit
90ab0d38e5
|
@ -226,7 +226,9 @@ __RFB onUpdateState callback details__
|
||||||
|
|
||||||
The RFB module has an 'onUpdateState' callback that is invoked after
|
The RFB module has an 'onUpdateState' callback that is invoked after
|
||||||
the noVNC connection state changes. Here is a list of the states that
|
the noVNC connection state changes. Here is a list of the states that
|
||||||
are reported.
|
are reported. Note that the RFB module can not transition from the
|
||||||
|
disconnected state in any way, a new instance of the object has to be
|
||||||
|
created for new connections.
|
||||||
|
|
||||||
| connection state | description
|
| connection state | description
|
||||||
| ---------------- | ------------
|
| ---------------- | ------------
|
||||||
|
|
Loading…
Reference in New Issue