Skip to content

Commit

Permalink
#Update-vs1.0.31
Browse files Browse the repository at this point in the history
## [1.0.31] - 06/02/2023
### Fixed
#### Cancelamento indevido de tarefa [#ISE0001](#2)
Após o editor sair para o modo [`PlayModeStateChange.ExitingPlayMode`](https://docs.unity3d.com/ScriptReference/PlayModeStateChange.ExitingPlayMode.html) todas as tarefas assíncronas são canceladas o que pode ocasionar o erro de [`ObjectDisposedException`](https://learn.microsoft.com/en-us/dotnet/api/system.objectdisposedexception?view=netframework-4.7.1).</br>
Agora ao cancelar uma tarefa assíncronas no modo `PlayModeStateChange.ExitingPlayMode` é verificado se a tarefa não foi cancelada e descartada.
  • Loading branch information
BelicusBr authored Feb 6, 2023
1 parent 687578b commit 14d1e80
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions com.cobilas.unity.utility.gpack
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.cobilas.unity.utility",
"version": "1.0.30",
"version": "1.0.31",
"repository": "https://github.com/BelicusBr/com.cobilas.unity.utility.git",
"relatedPackages": [
"1.0.17",
Expand All @@ -15,8 +15,9 @@
"1.0.26",
"1.0.27",
"1.0.28",
"1.0.29",
"1.0.30"
"1.0.29",
"1.0.30",
"1.0.31"
],
"gitDependencies": [
{
Expand All @@ -25,4 +26,4 @@
"branch": "1.0.0"
}
]
}
}

0 comments on commit 14d1e80

Please sign in to comment.