Move more initialization, mod loading and http requests over to async
This commit is contained in:
@@ -2,6 +2,6 @@ namespace SPTarkov.Server.Core.DI;
|
||||
|
||||
public interface ISerializer
|
||||
{
|
||||
public void Serialize(string sessionID, HttpRequest req, HttpResponse resp, object? body);
|
||||
public Task Serialize(string sessionID, HttpRequest req, HttpResponse resp, object? body);
|
||||
public bool CanHandle(string route);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user