Prasanth Ullattil
Prasanth Ullattil
I can reproduce this in the example by adding a UITextView ``` git diff diff --git a/DAKeyboardControlExample/DAKeyboardControlExample/ViewController.m b/DAKeyboardControlExample/DAKeyboardControlExample/ViewController.m index 8f990fb..9adefe7 100644 --- a/DAKeyboardControlExample/DAKeyboardControlExample/ViewController.m +++ b/DAKeyboardControlExample/DAKeyboardControlExample/ViewController.m @@ -21,11 +21,29 @@ self.title...
Any plans to fix this issue? My suggestion ``` diff --git a/DAKeyboardControl/DAKeyboardControl.m b/DAKeyboardControl/DAKeyboardControl.m index 24cc650..4336fa4 100644 --- a/DAKeyboardControl/DAKeyboardControl.m +++ b/DAKeyboardControl/DAKeyboardControl.m @@ -427,7 +427,9 @@ static char UIViewIsPanning; if (inputView !=...
> DO NOT MERGE THIS. The Kotlin Coroutine might not work. > > The scope will work when the child coroutines are async using suspend. > In that case, the...
I have reverted the change I made for converting CompletionStage to Deferred. The load test with `10_000` requests failed with this change. The max I could do was `500`
That revert made the `creditControlRequestInitTerminateNoCredit` fail. So bringing the change back. We need to sit together and understand this