-
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
Unsupported service transport type #156
Comments
Don't worry. It's because you didn't set |
The fix is released in 1.3.0 |
I get this issue with 1.6.0 |
@mgwilliam Could you provide us with the complete log message? |
from app insights: "AzureSignalRServiceTransportType not set, using default Transient instead." |
This is an information level message; I think you could just ignore it. We will remove this log in the next release. |
I keep getting this message when my C# function app is starting.
I have a basic function app setup to use signalR:
I can still negotiate with the signalR service, but I would like to figure out why this message is here.
When I use the source code for Microsoft.Azure.WebJobs.Extensions.SignalRService, this message doesn't appear. Just when targeting the NuGet package.
The text was updated successfully, but these errors were encountered: