Reputation: 13990
I haven't been able to find a working sample of SignalR over Azure Service Bus. Any pointers? I tried Clemens' blog post, and also the readme in GitHub, but cannot make it work. Thanks
Upvotes: 1
Views: 1502
Reputation: 38874
The SignalR wiki has a bunch of documentation on how to use SignalR. For example, how to use it with Service Bus
Upvotes: 2
Reputation: 12681
The error "Unable to resolve the instance index of this role" gets thrown when SignalR fails to get the RoleEnvironment data. If you're using Azure Web Sites, this is something of a show-stopper: you can't get any role info when you don't have a role.
You can test whether this is the case by running from a web role in your local environment.
Upvotes: 0