mirror of
https://github.com/opensim/opensim.git
synced 2026-06-06 11:25:46 +08:00
cosmetics
This commit is contained in:
@@ -209,7 +209,7 @@ namespace OSHttpServer
|
||||
/// </remarks>
|
||||
public virtual void Start()
|
||||
{
|
||||
Task.Run(ReceiveLoop).ConfigureAwait(false);
|
||||
_ = Task.Run(ReceiveLoop);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -343,7 +343,7 @@ namespace OSHttpServer
|
||||
}
|
||||
}
|
||||
|
||||
private async void ReceiveLoop()
|
||||
private async Task ReceiveLoop()
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user