Closed cydemily closed 7 years ago
Solved.
solution:
Found the file meshblu-core-protocol-adapter-websocket/src/handlers/update-handler.coffee
Only modified the callback of jobManager.do function
changed callback null, 'updated'
into callback null, 'updated', uuid:query.uuid
@chrismatthieu,
I met the issues on update function in WebSocket/Http protocol with Meshblu v4.0.1.
Test environment:
Test scenario:
Also, tested device#1 using HTTP protocol to update itself, but I did not receive any response message even updated successfully, whose behavior is different mentioned in meshblu-http API docs. [https://meshblu-http.readme.io/docs/devices]
To verify this issue, I test this APIs with below scenario, and pasted the result. Please help look into it to confirm with this is new feature of existing bug.
Look forward to your reply. Thanks!