Question for felllow Oqtane Developers - SignalR #3159
Replies: 2 comments
-
Not sure if this is the same problem but a few months ago I needed a quick way to broadcast to messages to all connected clients. In order to use SignalR I had to modify Oqtane itself (which I do not like to do). This is the patch used:
<<< services.AddSignalR();
<<< |
Beta Was this translation helpful? Give feedback.
-
Was it possible to do it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone been able to implement it in a module?
My code compiles, no problem but when I run it 💣 !
Error:
An Unexpected Error Has Occurred In StudioElf.VisitorCloud, StudioElf.VisitorCloud.Client.Oqtane: Could not load file or assembly 'Microsoft.AspNetCore.SignalR.Client.Core, Version=7.0.10.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
Removed and re Added the package and also when down a version to 7.0.5, still the same error.
Beta Was this translation helpful? Give feedback.
All reactions