Commit ed908ba
fix: use configured BIP port for gateway client transport
The client transport was hardcoded to port 0, causing the OS to assign
a random ephemeral port for outgoing BACnet requests. This breaks
device communication when devices respond to the standard BACnet port
(47808) and the client is listening on a different random port.
Use `bip.port` from the gateway config, matching the server transport
which already used the configured port correctly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 38e2f79 commit ed908ba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments