Skip to content

Commit

Permalink
Adapt test to changes in RSocket Java
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Apr 25, 2020
1 parent 18474c9 commit 2002a16
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,11 @@ public Flux<ByteBuf> receive() {
return Flux.empty();
}

@Override
public ByteBufAllocator alloc() {
return ByteBufAllocator.DEFAULT;
}

@Override
public Mono<Void> onClose() {
return Mono.empty();
Expand Down

0 comments on commit 2002a16

Please sign in to comment.