Do you have a more specific snippet? It looks like you are trying to reply twice
Deactivated User
05/29/2018, 10:14 AM
Also you have to respond before the suspend function returns
Deactivated User
05/29/2018, 10:15 AM
that means that if you are using RX you will probably have to use something like a CompletableFuture to suspend your function until the result is returned
Deactivated User
05/29/2018, 10:15 AM
if you don’t wait, probably the fallback handlers will be executed, and once completed, the call would have been replied by the fallback handler