Added visualization to Fdaq
This commit is contained in:
@@ -47,7 +47,7 @@ public class Fdaq {
|
||||
private final EventBus bus;
|
||||
|
||||
private FdaqConfiguration configuration;
|
||||
private final int numberOfElements = Integer.MAX_VALUE/2;
|
||||
private final int numberOfElements = Integer.MAX_VALUE/2;
|
||||
|
||||
public Fdaq(EventBus bus, FdaqConfiguration configuration){
|
||||
this.bus = bus;
|
||||
@@ -150,8 +150,11 @@ public class Fdaq {
|
||||
}
|
||||
} finally {
|
||||
try {
|
||||
if (out!=null)
|
||||
out.close();
|
||||
if (in!=null)
|
||||
in.close();
|
||||
if (echoSocket!=null)
|
||||
echoSocket.close();
|
||||
} catch (IOException e) {
|
||||
// Ignore because not relevant at this stage
|
||||
|
||||
Reference in New Issue
Block a user