Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果一个 Grain 订阅了一个 Orleans Stream,这是否意味着这个 Grain 永远不会被停用?或者它会被停用,并在消息发布到它订阅的 Stream 时再次激活?
在这两种情况下,隐式和显式,如果没有新事件到达,grain 将被停用,并在新事件到来时重新激活。