Simon Convent
Simon Convent
@rdasgupt, @icraggs, is there any chance you could trigger the next release? There have been quite a few bug fixes since the last one. I'd be happy to help if...
@geoand I created an example here: https://github.com/sconvent/quarkus-grpc-issue-demo Please let me know if you have any further questions. I'm happy to help.
I implemented the suggestions you made on a separate branch: https://github.com/sconvent/quarkus-grpc-issue-demo/tree/suggestions Changes are: - The implementation no longer uses an emitter, but rather `Multi.createFrom().items(...)` - It no longer usese `await()`...
I implemented the dedicated subscriber here: https://github.com/sconvent/quarkus-grpc-issue-demo/tree/subscriber It uses the 1-by-1 requests only with the addition of a delay in the `onNext()` method. The issue is still present though. I...
@alesj you're right, thanks. Fixed it just now. Didn't help with the issue though