bluerobotics / bluerobotics/ping-python
get_message works with a different api than wait_message
Aperta
- Lingua principale
- Python
- Stelle
- 60
- Fork
- 39
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
wait_message returns an object, you can access the item via: `message.data`
get_message returns an dict, you can only access the item via : `message['data']`
This results in a weird and not consistent api for our users.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.