Hristo Bogdanov

Results 2 issues of Hristo Bogdanov

- Added handling for `ApiEmptySentence` in `ApiCommand.cs` to return an empty list when the first response is empty. - Introduced `!empty` case in `ApiConnection.cs` to process empty responses. - Created...

Starting from RouterOS v7.18, the API returns a !empty response when a query returns no results. Currently, tik4net does not handle this response type, leading to the following exception: NotImplementedException...