Updated Session extensions and Route Contoller
Increased the number of Poll requests and disabled an irrelevant error stating that there was a cyclical struture (Just a Doubly Linked List)
This commit is contained in:
@ -88,7 +88,7 @@ namespace EFB.Models
|
||||
route.Current.Next = route.Arrival;
|
||||
route.Arrival.Previous = route.Current;
|
||||
|
||||
route.Current = null;
|
||||
route.Current = route.Departure;
|
||||
|
||||
return route;
|
||||
}
|
||||
|
Reference in New Issue
Block a user