janb93 commented on issue #1103:
URL: https://github.com/apache/plc4x/issues/1103#issuecomment-1943912002

   Hi,
   I have tried the ping with Modbus TCP using 0.12.0-SNAPSHOT, but I receive 
null as a response. See the code below:
   
   ```
         CompletableFuture<? extends PlcPingResponse> future = 
plcConnection.ping();
         future.whenComplete((response, throwable) -> {
             try {
                 System.out.println("Response " + response);
             } catch (Exception e) {
                 System.out.println("Throwable " + throwable);
               e.printStackTrace();
             }
         });
   ```


-- 
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]

Reply via email to