Win7: console fails to auto-connect fix #3931
This commit is contained in:
parent
884463adda
commit
f8f43529b6
|
@ -69,7 +69,7 @@ public class SerialIoStream extends AbstractIoStream {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void flush() throws IOException {
|
public void flush() throws IOException {
|
||||||
sp.flushIOBuffers();
|
// sp.flushIOBuffers(); todo uncomment once we migrate to fresh reliable version of connector
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue