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 the method of org.apache.dubbo.remoting.exchange.support.DefaultFuture#doReceived, I think we should call done.signalAll() instead of done.signal() ,and it's unnecessary to check done != null because it's always true
The text was updated successfully, but these errors were encountered:
kexianjun
changed the title
DefaultFuture#doReceived should call done.signalAll instead of done.signalAll
DefaultFuture#doReceived should call done.signalAll instead of done.signal
Mar 16, 2019
in the method of org.apache.dubbo.remoting.exchange.support.DefaultFuture#doReceived, I think we should call done.signalAll() instead of done.signal() ,and it's unnecessary to check done != null because it's always true
The text was updated successfully, but these errors were encountered: