Disconnect leaves connections

hello, i'm trying to see if this works with my setup, finally i was able to make it work however after clicking disconnect, it leaves connection.

lsof -nP -iTCP:2000
io.coress 49956 0t0 TCP [::1]:2000 (LISTEN)
io.coress 49956 0t0 TCP 127.0.0.1:2000 (LISTEN)

is there any config I should try ? due to this issue, i can't re-connect until i kill the process. thanks !

only thing i see is this

22:30:54 Disconnecting…
22:30:54 Disconnected

Hi Kohki, could you please enable logging and pasted the log output here?

It will help me identify the problem.

Thanks

Yang

it has too much internal info, i can't put the log for connecting, but disconnect is very clean

05:02:34 debug3: mux_client_request_session: entering
05:02:34 debug3: mux_client_request_alive: entering
05:02:34 debug3: mux_client_request_alive: done pid = 3154
05:02:34 debug3: mux_client_request_session: session request sent
05:02:34 debug1: mux_client_request_session: master session id: 4
05:05:59 Disconnecting…
05:05:59 Disconnected

and i still see these

COMMAND    PID     USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
io.coress 3105 konishio    7u  IPv6 0x4eef0e3f33f69741      0t0  TCP [::1]:2000 (LISTEN)
io.coress 3105 konishio    8u  IPv4 0x4eef0e3f34f9bb99      0t0  TCP 127.0.0.1:2000 (LISTEN)

so it never connects, this process remains even after closing the app (core-tunnel)

Kohki, could you please paste the equivalent command? It seemed you have multiplexed connections (aka ControlMaster). Again, the full log output could provide help, you can eliminate sensitive information from the log.