FunctionMonkey icon indicating copy to clipboard operation
FunctionMonkey copied to clipboard

ServiceBus.Output Signalr throws jwt exception (if called via api first, it's fine)

Open mdg215199 opened this issue 5 years ago • 0 comments

This is similar to #114 , after compiling and running, if the first call to output signalr from ServiceBus throws a JWT exception. After that point on, any requests will throw this exception. On contrast, if you call a Http request, it works (it also works if you make another request from servicebus too).

Additionally, I was having a similar issue with DI when using sqlserver.. though, at that time, I couldn't figure out what was truly causing the issue. Please let me know if you need me to do additional tests and/or info. Not sure if it matters, i'm running rider on windows. though, i'll test it later tonight on mac as well, though, I think i had the same issue on mac when I had a similar issue on the DI

mdg215199 avatar Mar 23 '20 22:03 mdg215199