1FriendlyDoge
1FriendlyDoge
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
I am pretty sure that I used delays between identification and actual data transfer on my socket client for testing and never got any exception because of that
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
How would that error
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
Just because a stream is empty doesnt mean I have to close it
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
Since when
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
Why lol
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
The client might not constantly send something but it still needs to stay connected
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
But it didnt help
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
I removed all async stuff for debugging
22 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
$close
48 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
(Bump)
48 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
Alright, thank you for your help
48 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
I copied 1:1 from that page, both approaches do nothing
48 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
Already tried both of those, both dont work
48 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
<TextBlock
FontFamily="Open Sans"
FontSize="20"
Text="{Binding AuthStatus}"
TextAlignment="Center">
</TextBlock>
<TextBlock
FontFamily="Open Sans"
FontSize="20"
Text="{Binding AuthStatus}"
TextAlignment="Center">
</TextBlock>
48 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
It can dispatch everything I tried so far, just not UI changes for some reason
48 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
The thing is just that the dispatcher doesnt seem to work
48 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
I am using https://avaloniaui.net and this is just a viewmodel of a usercontrol I use as page
48 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
Viewmodel constructor is pretty much that
48 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
Pretty sure no
48 replies
CC#
Created by 1FriendlyDoge on 3/29/2023 in #help
✅ Run code in main thread after Task.Run completed?
ViewModel of a page
48 replies