bluerobotics / bluerobotics/ping-python
get_message works with a different api than wait_message
Open
- Dominant language
- Python
- Stars
- 60
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.