Open sparcopt opened 9 months ago
When a query handler returns IEnumerable<T>, Wolverine logs:
IEnumerable<T>
No routes can be determined for Envelope #018d9e03-5e49-49c1-bdb4-750bad85a6d3 (OnlinePlayer)
Is it being recognized as a cascading handler? Find the correct approach to avoid the current behavior.
When a query handler returns
IEnumerable<T>
, Wolverine logs:No routes can be determined for Envelope #018d9e03-5e49-49c1-bdb4-750bad85a6d3 (OnlinePlayer)
Is it being recognized as a cascading handler? Find the correct approach to avoid the current behavior.