Refactor object streaming system for large airports with distance-based approach #23
Annotations
4 warnings
|
Test:
Infrastructure/Simulators/MSFS/MsfsPointController.cs#L1089
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Test:
Infrastructure/Simulators/MSFS/MsfsPointController.cs#L1089
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Test:
Infrastructure/Simulators/MSFS/MsfsPointController.cs#L1089
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Test:
Infrastructure/Simulators/MSFS/MsfsPointController.cs#L1089
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|