bluerobotics / bluerobotics/ping-python

get_message works with a different api than wait_message

Open
#89 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.