tobima
Results
2
comments of
tobima
Looks like RTU and TCP had different values for the timeout before #265: https://github.com/volkszaehler/mbmd/blob/870b3b92b81ec66ec4265fa2589851fb701f6fc7/meters/tcp.go#L21 It was 1s TCP and 300ms RTU. https://github.com/volkszaehler/mbmd/blob/870b3b92b81ec66ec4265fa2589851fb701f6fc7/meters/rtu.go#L36 The PR #265 was initial only about RTU...
Issue #277 was caused by the regression after this PR, too. The issue was closed after the reporter used the timeout parameter. I see here an issue with the documentation....