fix_delete_error_exporter (#10383)

This commit is contained in:
Owen.Cai 2022-07-29 11:41:41 +08:00 committed by GitHub
parent 196374dca3
commit 4195838c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class DubboExporter<T> extends AbstractExporter<T> {
@Override
public void afterUnExport() {
exporterMap.remove(key);
exporterMap.remove(key, this);
}
}