Ioannis Remoundos

Results 1 issues of Ioannis Remoundos

When 2 requests are performed at the same time, there is a possibility that one's response will contain 2 concatenated JSON strings ``` {"@odata.context":"http://localhost:64149/odata/$metadata#Books(Author())","value":[]}{"@odata.context":"http://localhost:64149/odata/$metadata#Books(Author())","value":[]} ``` and the other will crash...

followup