Igor QSD
Igor QSD
There are 44 tests that are still ignored in RealtimeCryptoTest RealtimeResumeTest and other classes. This is way too many and ignoring tests leaves parts of code untested. As the first...
There are a lot of places where HTTP status codes are hard coded. This is not a good practice as we should use static variables instead. We already have HttpConstants...
There are a lot of places where Ably status codes are hard coded. This is not a good practice as we should use static variables instead. What I suggest is...
We need to remove some of the deprecated methods. Targeting version 2.0.0 is the best time to do so as it is a major change. There are not many of...
I am getting errors in rest bulk publish multiple channels tests where messageId is null. It seems java has an old way of publishing batch messages which will need to...
While working on `implementation/version-2` I noticed many deprecated methods, lousy formatting, and other warnings. Running lint revealed **133 errors, 2.297 warnings, 56 week-warnings, and 1.393 typos**. While a lot of...
There are **15 of 20** tests that are **ignored** in RealtimeMessageTest class. This is way too many and ignoring tests leaves parts of code untested. As first step we should...
After looking at how to improve large integrated tests which will fail at some time for flaky tests we thought about separating realtime and rest tests in CI. The current...
@AbedElazizShe Hi, I have implemented this library and have the same error on the Xiaomi Redmi Note 11 only on one [wmv format video](https://drive.google.com/file/d/1Ez_AAY6x-O2tqR68PFO4lNI0m-__AkN-/view). This is my implementation. ``` val...