u9n / dlms-cosem

A Python library for DLMS/COSEM
Other
80 stars 41 forks source link

feat(connection): Added use_rlrq_rlre on DlmsConnectionSetting #80

Closed Krolken closed 7 months ago

Krolken commented 7 months ago

Some devices does not use the ReleaseRequest and ReleaseResponse to release an association and the lower layer can be disconnecter right away. Implementing the new setting, how it handled in the connection and in the client.

Fixes #78