duplicate message. one appears in the sent and in the received.
1
zfrika
You have nt actually updated the datatoken, so it appears in the inbox. But if you can run the tool that updates the datatoken, it will not appear. So when you select compose. You should run the tool that updates the datatoken. A Currently you only run the tool when you receive messages. thi
issue resolved .the python script was not completing when in route /message/datatoken. the python that needs to update the datatoken needs to finish then the script continues . we added a await to the python script to delay.the script until python completed. this resulted in the correct outcome.