I think what you’re saying is:
1- the initial replication catches up and the status of the push replicator goes from Active to Inactive
2- you make a local change
3- the push replicator doesn’t push the change immediately, instead it takes a minute or longer
Correct?
I’m wondering what the exact status changes are. Could you add logging to your notification handler to log the status property as well? The only explanation I can think of is that for some reason the replicator goes to Offline, meaning it doesn’t think the other device is reachable. In that case it won’t try to replicate again until the device shows up as reachable again.
—Jens