damody
damody
do reconnect when you get error by modify client.lua local assert function.
thanks your response.
I change notification_channel_capacity from mqtt_option is useless. but I change src to 10000. it's work. wtf? ```rust pub fn run(mqttoptions: MqttOptions) -> Result { let (notification_tx, notification_rx) = crossbeam_channel::bounded(10000); let...
my bad notification_channel_capacity it's work.
I need this function too, thanks.
I think if filter function is enough to handle it, just fine. But now the filter function can't handle any more.
Sorry for the typo — I meant Android 36, not 16. now I debug with kernel code. I think i need to look https://android.googlesource.com/platform/frameworks/native to find anwser.
### 🧵 Binder Transaction Not Fully Consumed — 36 Bytes Left ``` Parcel data not fully consumed, unread size: 36 ``` Trace log: ``` [2025-05-13T09:26:42Z TRACE rsbinder::thread_state] write_transaction_data: BC_TRANSACTION 30...
ok I know, because IServiceManager.aidl is update. ``` /* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); *...
[2025-05-19T08:39:06Z TRACE rsbinder::thread_state] "BR_NOOP" [2025-05-19T08:39:06Z TRACE rsbinder::thread_state] "BR_INCREFS" [2025-05-19T08:39:06Z TRACE rsbinder::thread_state] "BR_ACQUIRE" [2025-05-19T08:39:06Z TRACE rsbinder::thread_state] "BR_TRANSACTION_COMPLETE" [2025-05-19T08:39:06Z TRACE rsbinder::thread_state] "BR_REPLY" [2025-05-19T08:39:06Z TRACE rsbinder::thread_state] Sending command to driver: Parcel: pos 52,...