gopcua / opcua

Native Go OPC-UA library
MIT License
829 stars 253 forks source link

Feature: Enhanced encode log on debugCodec flag #684

Closed sruehl closed 10 months ago

sruehl commented 10 months ago

During debugging #682 I was looking what when wrong writing data on the wire. So I enhanced encode.go to print the hexdumps when the flag debugCodec is set.