We should really be returning the Space.Error after publishing, rather than returning null. While the original intent was rooted in CQRS theory, we're currently we're relying on subscription to the server-side event bus and specific implementation for pass this down into the client 👎
This is a bug IMO as an error is not a query response, it's negative acknowledgement (nack).
We should really be returning the
Space.Error
after publishing, rather than returning null. While the original intent was rooted in CQRS theory, we're currently we're relying on subscription to the server-side event bus and specific implementation for pass this down into the client 👎This is a bug IMO as an error is not a query response, it's negative acknowledgement (nack).
Thoughts @meteor-space/core ?