Message 1 of 1
Using a SignalR client inside a Fusion Add-in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I am trying to implement a SignalR client in a C++ Fusion Add-in. Any attempt to use a signalr::hub_connection or signalr::hub_connection_builder in the Add-in causes the Add-in to fail to load. If I try to debug the code, using the debugger, a beakpoint is not even reached in DllMain, basically the Add-in library cannot be loaded. The code is perfectly functional in any other scenario.
I would like to know if this behavior is intentional or is caused by possible incompatibilities at the software component/library level that can be resolved.
Thank you!