SchneiderInfosystems / FB4D

Open Source Library for connecting Firebase by Delphi VCL/FMX
https://www.schneider-infosys.ch/DelphiBlog/de/#FB4D
Apache License 2.0
181 stars 54 forks source link

TRTDBListenerThread.ResParams fix #114

Closed RafaelWerner closed 3 years ago

RafaelWerner commented 3 years ago

What was done?

Fixed the value assignment of the fResParams variable of the TRTDBListenerThread class.

Why was this done?

In the RegisterEvents method the value of ResParams was not being saved correctly in the variable fResParams.

SchneiderInfosystems commented 3 years ago

Thank you Rafael for solving this finding and for extending the unit test. Great work!