You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2021/01/13 10:33:03 UTC

[plc4x] 01/01: Merge pull request #221 from apache/bug/close_connection

This is an automated email from the ASF dual-hosted git repository.

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit f19ca3fa699646d70ea5eee318806ba0fd5d2c8e
Merge: 3ea8e6c 8bf6c45
Author: hutcheb <be...@gmail.com>
AuthorDate: Wed Jan 13 05:32:02 2021 -0500

    Merge pull request #221 from apache/bug/close_connection
    
    Bug/close connection

 .../org/apache/plc4x/java/abeth/AbEthDriver.java   |  9 ++++
 .../org/apache/plc4x/java/ads/ADSPlcDriver.java    |  9 ++++
 .../plc4x/java/canopen/CANOpenPlcDriver.java       |  9 ++++
 .../apache/plc4x/java/eip/readwrite/EIPDriver.java |  9 ++++
 .../java/firmata/readwrite/FirmataDriver.java      |  9 ++++
 .../apache/plc4x/java/knxnetip/KnxNetIpDriver.java |  3 ++
 .../knxnetip/protocol/KnxNetIpProtocolLogic.java   |  3 +-
 .../org/apache/plc4x/java/modbus/ModbusDriver.java |  9 ++++
 .../apache/plc4x/java/s7/readwrite/S7Driver.java   |  9 ++++
 .../apache/plc4x/java/spi/Plc4xNettyWrapper.java   |  1 +
 .../spi/connection/DefaultNettyPlcConnection.java  | 49 +++++++++++++++-------
 .../java/spi/connection/GeneratedDriverBase.java   | 13 ++++++
 .../plc4x/test/driver/DriverTestsuiteRunner.java   |  3 ++
 13 files changed, 120 insertions(+), 15 deletions(-)