Skip to content

Commit

Permalink
fix(plc4go/bacnet): tag related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Aug 20, 2024
1 parent 8ecdf2b commit fcd5173
Show file tree
Hide file tree
Showing 18 changed files with 364 additions and 253 deletions.
3 changes: 3 additions & 0 deletions plc4go/internal/bacnetip/PDU.go
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,9 @@ func (d *_PDUData) GetData(dlen int) ([]byte, error) {
if d.cachedData == nil {
d.done = true
}
if len(data) == 0 {
return nil, nil
}
return data, nil
}

Expand Down
Loading

0 comments on commit fcd5173

Please sign in to comment.