OZG-7262 OZG-7566 Notify callObserver about error
4 open threads
4 open threads
Compare changes
+ 58
− 31
@@ -23,22 +23,26 @@
@@ -49,10 +53,11 @@ public class GrpcBinaryFileServerDownloader<T> {
@@ -78,19 +83,37 @@ public class GrpcBinaryFileServerDownloader<T> {
@@ -98,12 +121,14 @@ public class GrpcBinaryFileServerDownloader<T> {
@@ -111,7 +136,7 @@ public class GrpcBinaryFileServerDownloader<T> {
@@ -121,30 +146,33 @@ public class GrpcBinaryFileServerDownloader<T> {
@@ -154,5 +182,4 @@ public class GrpcBinaryFileServerDownloader<T> {
\ No newline at end of file
wenn ein Fehler weitergegeben wird, sollte es nicht geloggt werden
changed this line in version 7 of the diff
Ich habe das so gemacht im Fall sendChunks() sollte nicht mehr aufgerufen werden, aber eigentlich wird der Fehler auch vom AspektJ-Logging geloggt, also vielleicht ist das tatsächllich zu viel - ich habe es entfernt.