fix: remove disconnect code before bestroy

This commit is contained in:
fantasticit 2022-03-31 23:07:00 +08:00
parent f329b68822
commit 468709cee0
1 changed files with 0 additions and 1 deletions

View File

@ -49,6 +49,5 @@ export const destoryProvider = (provider, cacheType: 'READER' | 'EDITOR' = 'READ
pool.delete(provider.configuration.name);
provider.document.destroy();
provider.disconnect();
provider.destroy();
};