Update TalkatuMessage:id to be a string.
Review Request #879 — Created Aug. 5, 2021 and submitted
Many modern protocols are using uuids as id's and forcing that into a uint64 is going to lead to collisions. So instead just use a string which should work for everything.
Ran the demo and unit tests.
Description | From | Last Updated |
---|---|---|
This should be take_string, since get_id is not const. |
QuLogic |