AmusedGrape 03/28/2024 05:09 AMHey there! I'm very new to Toit and all, and I'm trying to install a container on my ESP32.
I'm getting this error when running artemis device container install --trigger interval:60s tracker ./Client/client.toit "ws://192.168.0.58:8080/ws"
:
<pkg:pkg-http-2.5.0>/connection.toit:332:7: error: Missing implementations for interface methods
class DetachedSocket_ implements tcp.Socket:
^~~~~~~~~~~~~~~
<sdk>/net/tcp.toit:19:3: note: Missing implementation for 'set-no-delay'
set-no-delay enabled/bool -> none
^~~~~~~~~~~~
Compilation failed.
EXCEPTION error.
toit.compile failed with exit code 0
Any ideas on what to do? The code works when not being installed through artemis, so I'm unsure what the issue could be.
Thanks!!