sparcopt / bifrost-hub

Web App to administer Valheim dedicated servers and monitor all of your viking activities.
MIT License
5 stars 1 forks source link

Handle enumerables when using Wolverine #37

Open sparcopt opened 9 months ago

sparcopt commented 9 months ago

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.