mikef-dk

Results 10 comments of mikef-dk

**Additional change that's needed:** Inside the `if (event.getAction() == MotionEvent.ACTION_UP)` clause, `performClick()` must be called. Otherwise setting an `onClickListener` won't work (_onClick won't be called_).

I was however I consider my solution more of a workaround than a proper fix (though it works flawlessly). I created my own `SocketIoClient` which basically does the same as...

Hi @rohitjoins, thanks for looking into this and your explanation. Maybe my "expectation" as outlined in the issue description was a bit misleading: In fact I would expect 0 "buffer...

@rohitjoins I don't see any buffering Icon and the `playbackState` doesn't indicate a BUFFERING except the initial one. Here is an example log when starting the Stream: ``` 15:37:17.144 Tracing...

@rohitjoins Thanks for the fix - really appreciate it. 🙏 Will there be another 1.3.x release with this fix or is it only coming to the 1.4.0 version that is...

Thank you very much for the explanation and the link to your talk - very helpful. As far as I'm aware there is nothing wrong that the library is doing...

@zsmb13 After watching your talk and checking your slides I'm wondering whether it would be an option to bring back [the old implementation](https://github.com/AutSoft/Krate/commit/12351485710c18857ac26b0838d0c4bedcf16da5#diff-6eba69c1848185453b5f3566a5953914d9e443a009bb70aedf811f13a0139d66) that you were using before switching to...

Hi @tonihei, thanks for investigating this issue and sorry for the late reply. To answer your questions: > Is the issue consistently reproducible or does it only happen at some...

@tonihei Sorry for the late reply. I've sent a test stream to `[email protected]`. With it I can reproduce the issue in the sample app running on version 1.4.1 on my...

I missed the updated comment of @linhai326 regarding the `requiredIntervalUs > 0`. We've tried it with this suggested fix and the issue disappeared for us as well. @tonihei Does this...