You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
This seems to be an easy-to-handle problem as the exception is being thrown due to the socket closing.
Exception thrown at 0x00007FF88D8AA839 (KernelBase.dll) in DesktopServerApp.exe: WinRT originate error - 0x800703E3 : 'The I/O operation has been aborted because of either a thread exit or an application request.'.
Exception thrown at 0x00007FF88D8AA839 in DesktopServerApp.exe: Microsoft C++ exception: winrt::hresult_error at memory location 0x000000B89E3FF250
Hello,
Whenever I try to stop streaming a video from
DesktopServerApp
the application crashes with awinrt::hresult_error
exception.Looking through the stack trace, this is the call responsible for the crash:
It crashes on a
co_await
in line 86 (within method winrt::fire_and_forget Connection::RunSocketLoop() in Connection.cpp:73
)The text was updated successfully, but these errors were encountered: