[WIP] chat hub.
This commit is contained in:
parent
c8a3cc4be1
commit
7694620705
12 changed files with 239 additions and 226 deletions
|
|
@ -37,8 +37,9 @@ namespace Yavsc
|
|||
app.UseAppBuilder(appBuilder => appBuilder.MapSignalR(
|
||||
path,
|
||||
new HubConfiguration() {
|
||||
EnableDetailedErrors = false,
|
||||
EnableJSONP = false
|
||||
EnableDetailedErrors = true,
|
||||
EnableJSONP = true,
|
||||
EnableJavaScriptProxies = true
|
||||
}
|
||||
));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue