Fix call to _recvMessage()
Missed to rename this one in commit ea858bfa27
This commit is contained in:
+1
-1
@@ -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