# nikiroo-utils
+## Version 3.1.4
+
+- Fix error handling for tracers in Server
+
## Version 3.1.3
- Fix ImageUtils.fromStream with non-resetable streams
bridge.send(fromServer);
}
}
+
+ @Override
+ protected void onError(Exception e) {
+ getTraceHandler().error(e);
+ }
}.connect();
}
};
// Client has no data any more, we quit
}
}
+
+ @Override
+ protected void onError(Exception e) {
+ getTraceHandler().error(e);
+ }
};
}
send(rep);
}
}
+
+ @Override
+ protected void onError(Exception e) {
+ getTraceHandler().error(e);
+ }
};
}