We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff0df6 commit 7753eeeCopy full SHA for 7753eee
Streckenbuch.Client/Services/RecordingServices.cs
@@ -26,11 +26,8 @@ public void AddRecording(GeolocationPosition coordinate)
26
{
27
return;
28
}
29
-
30
- lock (_recordings)
31
- {
32
- _recordings.Add(new Recording(coordinate, DateTime.Now));
33
- }
+
+ _recordings.Add(new Recording(coordinate, DateTime.Now));
34
35
36
public async Task StartWorkTrip(int trainNumber, int trainDriverNumber)
0 commit comments