You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: convert time field to float when broadcasting message
Problem: `broadcast_and_process_message` fails when the `message_dict`
argument is set to None because the `time` field is then specified as a
datetime object instead of a float.
Solution: add a formatting function that converts the `time` key to a
float.
0 commit comments