Fix call to _recvMessage()
Missed to rename this one in commit ea858bfa275d85541ac26d035967959714e8e255
This commit is contained in:
parent
ecdd075672
commit
7ce1b071ec
@ -136,7 +136,7 @@ export default class RecordingPlayer {
|
|||||||
|
|
||||||
const frame = this._frames[this._frameIndex];
|
const frame = this._frames[this._frameIndex];
|
||||||
|
|
||||||
this._rfb._sock._recv_message({'data': frame.data});
|
this._rfb._sock._recvMessage({'data': frame.data});
|
||||||
this._frameIndex++;
|
this._frameIndex++;
|
||||||
|
|
||||||
this._queueNextPacket();
|
this._queueNextPacket();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user