summary refs log tree commit diff
path: root/changelog.d/7815.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.18.0rc1Richard van der Hoff2020-07-271-1/+0
|
* Fix resync remote devices on receive PDU in worker mode. (#7815)Erik Johnston2020-07-101-0/+1
The replication client requires that arguments are given as keyword arguments, which was not done in this case. We also pull out the logic so that we can catch and handle any exceptions raised, rather than leaving them unhandled.