Skip to content

Commit

Permalink
Merge pull request #1580 from pkuehnel/fix/webSocketTimeouts
Browse files Browse the repository at this point in the history
fix(FleetTelemetryWebSocketService): add timeouts for all remote actions
  • Loading branch information
pkuehnel authored Oct 26, 2024
2 parents 1dbe4aa + 26d7f4b commit 2d64d73
Show file tree
Hide file tree
Showing 11 changed files with 2,029 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public class CarValueLog
public int? IntValue { get; set; }
public string? StringValue { get; set; }
public string? UnknownValue { get; set; }
public bool? BooleanValue { get; set; }
public bool? InvalidValue { get; set; }

public int CarId { get; set; }
public Car Car { get; set; }
Expand Down
Loading

0 comments on commit 2d64d73

Please sign in to comment.