metaphist

Results 3 comments of metaphist

A small usage example would be cool. I have a vague idea of skipping certain processors, but not 100% sure of a use case.

I had a different issue where `EventBus.Send` wasn't being detected at all. After changing to `Arch.Bus.EventBus.Send` I start to get the same warning described here, but code was now working....

The above post is the answer - an [Event] method needs to exist or you will see the build error about Send not existing. This should probably be called out...