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
My case is I'm using multiple MessageDispatcher in parallel but the POOL field in the class is shared for all instances, which causes failure in my use case. I think it is fine to remove the static modifier. What do you think?
The text was updated successfully, but these errors were encountered:
Ah, I see it is helpful to use shared POOL for multiple MessageDispatcher in a single thread. So maybe we allow set Pool for MessageDispatcher in some way?
damcaoson
changed the title
POOL field in MessageDispatcher should not be static
POOL field in MessageDispatcher should not be static?
Jan 1, 2022
Hi,
My case is I'm using multiple
MessageDispatcher
in parallel but thePOOL
field in the class is shared for all instances, which causes failure in my use case. I think it is fine to remove the static modifier. What do you think?The text was updated successfully, but these errors were encountered: