Reputation: 5093
After starting it with F5, it seems that when I stop an EWF application (from estudio stop button) it takes up to 10 seconds to free the defined port on linux debian machine, Don't know if its only on this OS but is there a way to make it stop quicker? I always have to wait for some seconds to start it again after some corrections.
Upvotes: 0
Views: 42
Reputation: 5093
my actual best workaround is:
sudo sh -c 'echo 1 > /proc/sys/net/ipv4/tcp_tw_recycle'
see more info on the duplicate...
Upvotes: 2
Reputation: 159
Are you running the app in workbench mode (F5) or Workbench System (Ctrl + Alt + F5)? Do you have a minimal example to reproduce the issue? Is it possible to reproduce the issue with one of the provided EWF examples?
Upvotes: 0