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
I am getting a read access violation as soon as an instance of signalr_client_config goes out of scope.
I pulled the microsoft-signalr package from vcpkg and I am using Visual Studio 2022.
To Reproduce
I created a blank windows console app with the following code.
Hi Brennan, I'm on windows and using the default compiler in both cases, so that would be the MSVC compiler if I'm not mistaken.
I am using the v143 Platform Toolset in VS 2022 and I created a custom triplet which is a copy of x64-windows but with set(VCPKG_PLATFORM_TOOLSET v143) added.
Hi there,
I am getting a read access violation as soon as an instance of signalr_client_config goes out of scope.
I pulled the microsoft-signalr package from vcpkg and I am using Visual Studio 2022.
To Reproduce
I created a blank windows console app with the following code.
The text was updated successfully, but these errors were encountered: