Switch back to Reactor 3.0 snapshots

This commit is contained in:
Rossen Stoyanchev
2016-08-08 15:52:16 -04:00
parent 526ce28ef0
commit cc288a0c4a
4 changed files with 8 additions and 6 deletions

View File

@@ -184,7 +184,7 @@ public abstract class DataBufferUtils {
}
}
catch (IOException ex) {
sub.fail(ex);
sub.error(ex);
}
return channel;
}