You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dispatcher example there is [StatelessWorker] attribute for IDispatcherGrain interface, but it should be in the DispatcherGrain class. In C# to my knowledge class don't inherit attributes from interfaces it uses.
In dispatcher example there is
[StatelessWorker]
attribute forIDispatcherGrain
interface, but it should be in theDispatcherGrain
class. In C# to my knowledge class don't inherit attributes from interfaces it uses.The text was updated successfully, but these errors were encountered: