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
Can you provide a ThreadMode:
The subscriber method will be invoked in the thread the RegisterSubscriberForEvent be called.
or
Alternatively, when calling RegisterSubscriberForEvent, we can specify the thread the subscriber method will be invoked
The text was updated successfully, but these errors were encountered:
Usually, events may occur in many places. The response events need to be processed on the same thread. Among the currently provided threadmode, only main has this characteristic, and other business threads do not have this ability.
Can you provide a ThreadMode:
The subscriber method will be invoked in the thread the RegisterSubscriberForEvent be called.
or
Alternatively, when calling RegisterSubscriberForEvent, we can specify the thread the subscriber method will be invoked
The text was updated successfully, but these errors were encountered: