Closed AliabbasMerchant closed 5 years ago
@YourTechBud This is proper. Does not need to be changed.
@AliabbasMerchant you have included the skipInitial
and changesOnly
in the subscribe
function. You need to add a .options()
to accept these values
@YourTechBud I do not think a separate options function is required in python. These arguments are optional, and python coders are comfortable using such optional (keyword) arguments.
For consistency lets keep a options functions. Let options take keyword parameters.
@YourTechBud Done
By default, neglect initial should be false. We want to get the result set by default. And can we call it skipInitial
and changeOnly
@YourTechBud I have made the latest changes in accordance with the changes on SC
@AliabbasMerchant I've requested some changes in sc. See if it works with that too
Yup. Works! 🚀
@YourTechBud Done