NADEE-MJ / fax_app_cli

GNU General Public License v3.0
0 stars 0 forks source link

[FEATURE] change transaction ID generation #6

Closed NADEE-MJ closed 2 years ago

NADEE-MJ commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, transaction IDs are generated by creating a random alphanumeric 10 digit string.

Describe the solution you'd like

Additional context dart client-server api

aaronfrank123 commented 2 years ago

Since the TID is used only to distinguish between a message that has been sent and a message that hasn't, a random string should do the job fine. If we were to use the TID for anything more complex than that though, then we should re-open the issue.