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 529811d767 fix(plc4go): TCP Write() armed a READ deadline (copy-paste)
- write unbounded, sticky deadline broke late replies
new 99a0299d6a test(plc4go): fix three -race flakes in spi test hygiene
new 69f65244fa fix(plc4go): defaultCodec.Connect started workers before
running=true - worker could die at startup
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/spi/default/DefaultCodec.go | 6 ++-
plc4go/spi/default/DefaultCodec_test.go | 55 +++++++++++++++++++++-
plc4go/spi/transactions/RequestTransaction_test.go | 4 +-
plc4go/spi/utils/StopWarn_test.go | 5 ++
4 files changed, 65 insertions(+), 5 deletions(-)