Francis Mariano
06/18/2024, 1:46 PMFrancis Mariano
06/18/2024, 1:48 PMCLOVIS
06/18/2024, 1:52 PMMutex
is fine.Larry Garfield
06/18/2024, 1:53 PMephemient
06/18/2024, 2:07 PMFrancis Mariano
06/18/2024, 2:10 PMCLOVIS
06/18/2024, 2:11 PMChannel
instead of a list?Francis Mariano
06/18/2024, 2:18 PMChannel
, can I change the order of the requests? For example:
In the channel I have two requests [ A, B ] , but my repository received another request C with a higher priority. So, the channel must be [C, A, B].CLOVIS
06/18/2024, 2:19 PMLarry Garfield
06/18/2024, 2:20 PMFrancis Mariano
06/18/2024, 2:20 PMCLOVIS
06/18/2024, 2:21 PMephemient
06/18/2024, 2:22 PMFrancis Mariano
06/18/2024, 2:23 PMChannel
, can I verify if a request exist before add a new one or replace a request already added??CLOVIS
06/18/2024, 2:23 PMCLOVIS
06/18/2024, 2:26 PMI verify if a request exist before add a new one or replace a request already addedWhy do you want to do this?
Larry Garfield
06/18/2024, 2:29 PMFrancis Mariano
06/18/2024, 2:30 PMFrancis Mariano
06/18/2024, 2:30 PMGenerally speaking, you can’t do that with a queue. You can only add/remove at the ends.yeahh
CLOVIS
06/18/2024, 2:31 PMSometimes the bluetooth peripheral take a long time to answer. So I want change the requests of the queue to be transparent to the userYou already have the priority system, right? So that's already done automatically.
CLOVIS
06/18/2024, 2:31 PMephemient
06/18/2024, 2:32 PMLarry Garfield
06/18/2024, 2:34 PMFrancis Mariano
06/18/2024, 2:41 PMFrancis Mariano
06/18/2024, 2:50 PMPablichjenkov
06/18/2024, 3:31 PMexpired
property on it 🤷♂️Francis Mariano
06/18/2024, 5:05 PMLarry Garfield
06/18/2024, 5:09 PM