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