As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Aris Sarris
With SDK 1.22 I had no problem at all but updating to 1.23 and newer results in no response to api calls when typing is fast.
Here's my request:
___________________________________________________________
```NSMutableDictionary* parameters = [[NSMutableDictionary alloc]initWithObjectsAndKeys:@"search",@"command",aSearchBar.text,@"query", nil];
[KCSCustomEndpoints callEndpoint:@"controller" params:parameters completionBlock:^(id results, NSError *error) {
if (results)
//success
else
//handle error
}];```
_______________________________
When that happens all other api calls come without response either they refer to custom scripts or direct calls to Data Store/Users.