-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MissingMethodException: at Microsoft.Azure.SignalR.AuthenticationHelper.GenerateJwtBearer #88
Comments
Also opened an issue here at Microsoft.Azure.SignalR: |
We have the exact same problem with our .Net Core 3.1 v3 functions that attempt to send SignalR messages: Sometimes it works correctly but after a while According to our logs the problem started around February 5, which seems to close to the time when we upgrade our functions from from V2 to V3. After performing a memory dump we noticed our function loaded After testing we however soon noticed this did not solve the problem. Function app info in case someone from the Azure function team can take a look at logs from their side:
|
Fixed problem was fixed by Azure/azure-signalr#776 (comment) |
Receiving mentioned error as of today, yesterday it was working fine. Currently using Azure SignalR standard price tier set on 'Default' service mode.
The expetion is raised when using this method, calling signalRMessage.AddAsync:
Exception:
Package.json:
The text was updated successfully, but these errors were encountered: