clean up some disposes, remove channel and use async ienumberable for upload as well
This commit is contained in:
		| @@ -169,8 +169,6 @@ public class CachedPlayer | ||||
|                 _ipcManager.GlamourerApplyOnlyCustomization(_originalGlamourerData, PlayerName); | ||||
|                 _ipcManager.GlamourerApplyOnlyEquipment(_lastGlamourerData, PlayerName); | ||||
|             } | ||||
|  | ||||
|             IsVisible = false; | ||||
|         } | ||||
|         catch (Exception ex) | ||||
|         { | ||||
| @@ -183,6 +181,7 @@ public class CachedPlayer | ||||
|             _apiController.CharacterReceived -= ApiControllerOnCharacterReceived; | ||||
|             PlayerName = string.Empty; | ||||
|             PlayerCharacter = null; | ||||
|             IsVisible = false; | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stanley Dimant
					Stanley Dimant