Merge pull request #1860 from griswold1991/master

Fix ConcurrentModificationException while EventDispatcher.run after '…
pull/2030/head^2
TheoneFx 4 years ago committed by GitHub
commit 4bb797407a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -237,9 +237,6 @@ public class DubboServiceMetadataRepository
dispatchEvent(new SubscribedServicesChangedEvent(this, oldSubscribedServices,
newSubscribedServices));
// clear old one, help GC
oldSubscribedServices.clear();
return newSubscribedServices.stream();
}

Loading…
Cancel
Save