Peter Szabo
Results
2
comments of
Peter Szabo
I did the network outage test again and let it running to see if something changes after a longer period of time. Unfortunately, my stdout buffer was not big enough...
The same problem affects the `MessageReceiver` created by `ClientFactory.createMessageReceiverFromConnectionStringBuilder`. I use the following code for the test. ```java public void receiveLoop() { log.trace("Next cycle"); try { IMessage message = this.getMessageReceiver().receive(Duration.ofSeconds(60));...