Phil K.

Results 6 comments of Phil K.

I second that one. Alternative would be to be able to delete profiles again (maybe instead the copy profile function) and to switch only through non-empty profiles on 4-button click.

Addition: I don't know if this is related, but other errors I only see for the Huawei P30 Pro on `getGenericPassword` are: `Unknown error with alias: servicename, error: Failed to...

Addition 2: I need to put a question mark to the "it works for some time" since the key in question is only read on app startup. So it could...

I think I was able to reproduce the issue locally. Running high-level consumer with following timing-related settings: ``` max.poll.interval.ms=20000 session.timeout.ms=10000 auto.commit.interval.ms=5000 statistics.interval.ms=5000 ``` After calling `subscribe` I am polling the...

Minimal example to reproduce the issue (can be included as-is in the crate's high-level consumer integration tests): ``` // All produced messages should be consumed. #[tokio::test(flavor = "multi_thread")] async fn...

Interestingly, the issue seems to be directly related to `statistics.interval.ms`: If I bump it from 500 to 5000ms, the consumer keeps working for any poll delays at or below 5000ms...