Always include ID marker in repeater protocol
This makes sure we're always following the protocol, and the caller doesn't have to care about the details.
This commit is contained in:
+1
-1
@@ -732,7 +732,7 @@ RFB.prototype = {
|
||||
}
|
||||
|
||||
if (is_repeater) {
|
||||
var repeaterID = this._repeaterID;
|
||||
var repeaterID = "ID:" + this._repeaterID;
|
||||
while (repeaterID.length < 250) {
|
||||
repeaterID += "\0";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user