mirror of
https://github.com/JoelBender/modpypes
synced 2025-10-12 21:15:10 +08:00
match the unit number in the response to the one in the request
This commit is contained in:
parent
8819d68ea0
commit
4d76699419
|
@ -86,6 +86,7 @@ class SimpleServer(Client):
|
|||
# match the transaction information
|
||||
resp.pduDestination = req.pduSource
|
||||
resp.mpduTransactionID = req.mpduTransactionID
|
||||
resp.mpduUnitID = req.mpduUnitID
|
||||
_commlog.debug("<<< %r %r", resp.pduDestination, resp)
|
||||
|
||||
# send the response back
|
||||
|
|
Loading…
Reference in New Issue
Block a user