canique

Results 5 issues of canique

## Problem or use case On Android automatic pings won't be sent due to battery restrictions. But the device can be woken up in regular intervals to send a manual...

feature-request

* PHP version: 7.4 * librdkafka version: 0.11.6 * php-rdkafka version: * kafka version: When producing a record like this: ```php $topic->produce(RD_KAFKA_PARTITION_UA, 0, json_encode($payload), intval($recordId)); ``` I'd need the key...

Based on https://github.com/wialon/gmqtt/issues/113 I suggest to have the ability to not acknowledge a message at all. So it should be possible to "return None" in the on_message callback (without raising...

If you set optimistic_acknowledgement = False, how would you acknowledge received messages manually in the on_message handler?

In https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/hardware_clocks/clocks.c the function clock_configure() contains this code snippet ```c // If switching a glitchless slice (ref or sys) to an aux source, switch // away from aux *first* to...

review
hardware_clocks