Closed hibri closed 5 years ago
Was using a Queue.Peek to get the last request. Peek returns whats at the beginning of the Queue. Changed this to a List.
Fixes #103
Was using a Queue.Peek to get the last request. Peek returns whats at the beginning of the Queue. Changed this to a List.