Ok, fixed. To apply the fix:
- open uADCompClient
- locate there TADCustomConnection.ReleaseConnectionIntf method
- and the line in this method:
| Code: |
lMain := AConnIntf = FConnectionIntf;
|
- then replace the line with
| Code: |
lMain := @AConnIntf = @FConnectionIntf;
|
Please let me know how it works.