mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
fix: put back sleep after DisposePlugins
This commit is contained in:
parent
b7fd154b91
commit
c17f46bad2
1 changed files with 3 additions and 0 deletions
|
|
@ -386,7 +386,10 @@ namespace Dalamud
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (!this.hasDisposedPlugins)
|
if (!this.hasDisposedPlugins)
|
||||||
|
{
|
||||||
this.DisposePlugins();
|
this.DisposePlugins();
|
||||||
|
Thread.Sleep(100);
|
||||||
|
}
|
||||||
|
|
||||||
this.Framework?.Dispose();
|
this.Framework?.Dispose();
|
||||||
this.ClientState?.Dispose();
|
this.ClientState?.Dispose();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue