Fixed that if continuationId is set and followUpResponse != null, then callback hasn't been called
This commit is contained in:
parent
96ae87e292
commit
45d4f4ae46
|
@ -619,6 +619,9 @@ open class FinTsClient(
|
|||
callback(handledResponse)
|
||||
}
|
||||
}
|
||||
else {
|
||||
callback(handledResponse)
|
||||
}
|
||||
}
|
||||
?: run {
|
||||
dialogContext.chunkedResponseHandler?.invoke(handledResponse)
|
||||
|
|
Loading…
Reference in New Issue