If I have a grain (or a client) that is going to send messages to another grain often (several times per minute for hours on end), what is the best practice for accessing that grain? Do I get it from the factory, use it, and discard it - getting a new grain reference every time? Or in this case should I "hold" a reference to the grain, only getting it from the factory once?
问问题
362 次