wokwi-features
wokwi-features copied to clipboard
TCP connection to emulator device never disconnect
trafficstars
Describe the bug
Telnet or nc to emulated in VSCode device opens connection, but it remain open after disconnect from remote side.
wikwi.toml
[wokwi]
version = 1
firmware = 'build/flasher_args.json'
elf = 'build/main.elf'
[[net.forward]]
from = "0.0.0.0:1080"
to = "target:1080"
To Reproduce I am not a member of club to run device connections in Web version, only VSCode https://wokwi.com/projects/405373229391466497
Expected behavior Connection should close
Environment (please complete the following information):
- OS: Windows and Debian
- Browser VSCode
- Version 1.92.0
Additional context
- VSCode IDE on windows, development server on Debian, esp32c3, Arduino under IDF project
- Wokwi emulator 2.5.1