Currently, when emitting an update or (exceptionally) completing the QueryUpdateEmitter we don't get any information back. It would be beneficial to get the number of affected subscription queries.
This information could help us to detect scenarios where subscription queries are being delayed. Retrying an emit/complete in these scenarios might help.
Currently, when emitting an update or (exceptionally) completing the
QueryUpdateEmitterwe don't get any information back. It would be beneficial to get the number of affected subscription queries.This information could help us to detect scenarios where subscription queries are being delayed. Retrying an emit/complete in these scenarios might help.