Skip to content

Commit 0f8d709

Browse files
committed
httpmsg: use outbox for sending
1 parent 6281f16 commit 0f8d709

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/httpmsg/service.toit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ class HttpMsg:
112112
// TODO detect invalid msg and let the user know..
113113
wait-for-response := 5000
114114
msgLatch := device-comms_.send msg
115-
--now=true
116115
--withLatch=true
117116
--timeout=(Duration --ms=wait-for-response) // 5s timeout so that /post requests don't need to remain open for ages
118117
--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

Comments
 (0)