.
This commit is contained in:
parent
cfa053cfc9
commit
5e5f6a3d25
6 changed files with 26 additions and 15 deletions
|
|
@ -15,7 +15,7 @@ namespace Yavsc
|
|||
app.UseWebSockets();
|
||||
|
||||
app.UseSignalR("/api/signalr");
|
||||
|
||||
/*
|
||||
var _sockets = new ConcurrentBag<WebSocket>();
|
||||
|
||||
app.Use(
|
||||
|
|
@ -56,7 +56,7 @@ namespace Yavsc
|
|||
await next();
|
||||
}
|
||||
}
|
||||
);
|
||||
); */
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue