nielsbasjes opened a new pull request, #724: URL: https://github.com/apache/plc4x/pull/724
Some improvements in the example: - No need for close in a try-with-resources block. - Move the exit outside the try-with-resources block. - Use the CompletableFuture (which is the actual return type of execute) which has a `get()` that waits for the completion --> no need for an unreliable sleep. - Document the need for the exit explicitly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
