This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
from 6738c00ca1 feat(plc4go/spi): improved error logging on read failure
new 2150a37d92 fix(plc4go/spi): udp read/write deadline mixup
new 57a36f8e1b feat(plc4go/spi): reset connection on connection cache
handout.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
plc4go/internal/ads/Connection.go | 4 ++
plc4go/internal/ads/MessageCodec.go | 4 ++
.../bacnetip/ApplicationLayerMessageCodec.go | 4 ++
plc4go/internal/bacnetip/Connection.go | 5 +++
plc4go/internal/bacnetip/MessageCodec.go | 4 ++
plc4go/internal/cbus/Connection.go | 5 +++
plc4go/internal/cbus/MessageCodec.go | 4 ++
plc4go/internal/cbus/mocks_test.go | 20 ++++++----
plc4go/internal/eip/Connection.go | 5 +++
plc4go/internal/eip/MessageCodec.go | 5 +++
plc4go/internal/knxnetip/Connection.go | 4 ++
plc4go/internal/knxnetip/MessageCodec.go | 5 +++
plc4go/internal/modbus/Connection.go | 4 ++
plc4go/internal/modbus/MessageCodec.go | 5 +++
plc4go/internal/opcua/Connection.go | 5 +++
plc4go/internal/opcua/MessageCodec.go | 4 ++
plc4go/internal/s7/Connection.go | 5 +++
plc4go/internal/s7/MessageCodec.go | 4 ++
plc4go/pkg/api/cache/PlcConnectionCache.go | 5 +++
plc4go/pkg/api/cache/connectionContainer.go | 6 +--
plc4go/pkg/api/logging/ZerologInterfaceMarshal.go | 3 +-
plc4go/spi/default/mocks_test.go | 33 ++++++++++++++++
plc4go/spi/testutils/TestUtils.go | 2 +-
plc4go/spi/testutils/mocks_test.go | 33 ++++++++++++++++
plc4go/spi/transactions/mocks_test.go | 45 ++++++++++++++--------
plc4go/spi/transports/TransportInstance.go | 2 +
plc4go/spi/transports/mocks_test.go | 33 ++++++++++++++++
plc4go/spi/transports/pcap/TransportInstance.go | 4 ++
plc4go/spi/transports/serial/TransportInstance.go | 4 ++
plc4go/spi/transports/tcp/TransportInstance.go | 11 ++++++
plc4go/spi/transports/test/TransportInstance.go | 4 ++
plc4go/spi/transports/udp/TransportInstance.go | 14 ++++++-
32 files changed, 266 insertions(+), 29 deletions(-)