onSuccess there's code which leads to a delivery of message via useSubscription, it could happen that it gets to the client faster than the response.on('finish', () => {}) i don't see how to end this race condition. is there a different path than this? this looks like it could be a problem for multiplexing and such and i'd rather not do that. just that i need to execute code after the message was delivered (and that, regardless of the actual example usecase).Join the Discord to ask follow-up questions and connect with the community