mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 07:08:06 +00:00
Fix call to _recvMessage()
Missed to rename this one in commit ea858bfa27
This commit is contained in:
@@ -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