so suddenly ServerTest is less reliable?
race conditions are the best bugs
This commit is contained in:
parent
879fdecd67
commit
efae2d0509
|
@ -159,9 +159,10 @@ public class Backend implements Closeable {
|
||||||
try {
|
try {
|
||||||
controllerConnectionState.requestControllerInfo();
|
controllerConnectionState.requestControllerInfo();
|
||||||
|
|
||||||
register(controllerConnectionState);
|
|
||||||
|
|
||||||
controllerConnectionState.getOutputs();
|
controllerConnectionState.getOutputs();
|
||||||
|
|
||||||
|
register(controllerConnectionState);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
close(controllerConnectionState);
|
close(controllerConnectionState);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue