Open rmosolgo opened 4 weeks ago
After this change, you can directly call #write_subscription from inside def subscribe to tell your subscription backend to register the current event. This is helpful for ensuring the right sequence of steps during subscribe and update.
#write_subscription
def subscribe
Part of #5138
After this change, you can directly call
#write_subscription
from insidedef subscribe
to tell your subscription backend to register the current event. This is helpful for ensuring the right sequence of steps during subscribe and update.Part of #5138
TODO