We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6281f16 commit 0f8d709Copy full SHA for 0f8d709
src/services/httpmsg/service.toit
@@ -112,7 +112,6 @@ class HttpMsg:
112
// TODO detect invalid msg and let the user know..
113
wait-for-response := 5000
114
msgLatch := device-comms_.send msg
115
- --now=true
116
--withLatch=true
117
--timeout=(Duration --ms=wait-for-response) // 5s timeout so that /post requests don't need to remain open for ages
118
--preSend=(:: writer.out.write "$(it.msgId) Sending: $(stringify-all-bytes (list-to-byte-array byteList) --short=true --commas=false --hex=false)\n")
0 commit comments