leonardus
leonardus
CC#
Created by leonardus on 9/19/2024 in #help
My app (WinUI 3) is freezing up on this line even though I'm using await
Good point, that way if anything goes wrong it still won't crash everything else, thank you for the advice
41 replies
CC#
Created by leonardus on 9/19/2024 in #help
My app (WinUI 3) is freezing up on this line even though I'm using await
An event in the Server class, that gets fired when a line is sent or received, it's subscribed to by the logger window so it can print those lines
41 replies
CC#
Created by leonardus on 9/19/2024 in #help
My app (WinUI 3) is freezing up on this line even though I'm using await
No description
41 replies
CC#
Created by leonardus on 9/19/2024 in #help
My app (WinUI 3) is freezing up on this line even though I'm using await
I thought await allows other stuff to run (e.g. the UI thread) while it's waiting for the function to return
41 replies
CC#
Created by leonardus on 9/19/2024 in #help
My app (WinUI 3) is freezing up on this line even though I'm using await
What's the reason?
41 replies
CC#
Created by leonardus on 9/19/2024 in #help
My app (WinUI 3) is freezing up on this line even though I'm using await
I have the loop because I want to keep getting new lines as they become available
41 replies
CC#
Created by leonardus on 9/19/2024 in #help
My app (WinUI 3) is freezing up on this line even though I'm using await
Like this? await liberaChat.Connect().ConfigureAwait(false);
41 replies
CC#
Created by leonardus on 9/19/2024 in #help
My app (WinUI 3) is freezing up on this line even though I'm using await
No description
41 replies
CC#
Created by leonardus on 9/19/2024 in #help
My app (WinUI 3) is freezing up on this line even though I'm using await
It's run in OnLaunched
41 replies
CC#
Created by leonardus on 9/19/2024 in #help
My app (WinUI 3) is freezing up on this line even though I'm using await
Yes but it seems to be locking up the UI thread as well, isn't it not supposed to do that?
41 replies