wokwi-features icon indicating copy to clipboard operation
wokwi-features copied to clipboard

TCP connection to emulator device never disconnect

Open baiomys opened this issue 1 year ago • 0 comments
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

baiomys avatar Aug 05 '24 10:08 baiomys