Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #279 from Zarric/master
Browse files Browse the repository at this point in the history
Fix issue that jmeter sampler response returns empty array when grpc …
  • Loading branch information
huynhminhtan committed Nov 6, 2023
2 parents 22954ca + 16a7bda commit f153578
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void onNext(T message) {
grpcResponse.storeGrpcMessage(jsonPrinter.print(message));
} catch (InvalidProtocolBufferException e) {
LOGGER.warn(e.getMessage());
grpcResponse.storeGrpcMessage(message.toString());
}
}
}

0 comments on commit f153578

Please sign in to comment.