proxy progress

This commit is contained in:
rusefi 2020-07-08 19:45:19 -04:00
parent 93f56e1b27
commit e4d248dd32
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class PortHolder {
// error already reported
return false;
}
IncomingDataBuffer dataBuffer = stream.getDataBuffer();
IncomingDataBuffer dataBuffer = IncomingDataBuffer.createDataBuffer(stream, logger);
synchronized (portLock) {
bp = new BinaryProtocol(linkManager, logger, stream, dataBuffer);
portLock.notifyAll();