Hi, i want to create auto suggest to my loopback service, the behaviour is every afterTextChanged the request fired, but if onTextChanged, i want to cancel the request, i know in loopj it will use cancelRequest() to do so but i don't have idea how to cancel request from RestAdapter?
any clue will be helpful, thanks!