Fix client memory leak
This commit is contained in:
parent
470b364fbc
commit
31b6185f33
@ -16,7 +16,10 @@ namespace squirrowse.client
|
||||
{
|
||||
services.AddHostedService<Worker>();
|
||||
services.AddSingleton<IConnectionManager>(x =>
|
||||
new ConnectionManager("http://squirrowse.azurewebsites.net", 80)); //keep as transient for now
|
||||
new ConnectionManager("http://squirrowse.azurewebsites.net", 80)); //keep as transient for now
|
||||
|
||||
// new ConnectionManager("http://192.168.0.13", 5000)); //keep as transient for now
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user