mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-29 19:53:39 +01:00
move marehub to strong api usage (#14)
* move marehub to strong api usage * fix merge issues * latest api * further optimizations
This commit is contained in:
parent
a8f97aee23
commit
777a764ef1
14 changed files with 362 additions and 256 deletions
|
|
@ -189,7 +189,7 @@ public class Startup
|
|||
|
||||
app.UseEndpoints(endpoints =>
|
||||
{
|
||||
endpoints.MapHub<MareHub>(Api.Path, options =>
|
||||
endpoints.MapHub<MareHub>(IMareHub.Path, options =>
|
||||
{
|
||||
options.ApplicationMaxBufferSize = 5242880;
|
||||
options.TransportMaxBufferSize = 5242880;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue