Closed iartemiev closed 2 weeks ago
Applying change from #13989 to the base class. Verified that this does not affect the Realtime provider. .close() is not accessible publicly and is not invoked internally on that provider.
.close()
yarn test
fix vs refactor?
Refactor is more appropriate. Updated
Description of changes
Applying change from #13989 to the base class. Verified that this does not affect the Realtime provider.
.close()
is not accessible publicly and is not invoked internally on that provider.Description of how you validated changes
Checklist
yarn test
passes