dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP
https://packetsender.com
GNU General Public License v2.0
2.38k stars 370 forks source link

Incorrect message on port binding if both UDP and TCP servers enabled #206

Closed bladerunner2020 closed 3 years ago

bladerunner2020 commented 4 years ago

What OS?

Description of issue

If you enabled both UDP and TCP server (with one port each) and TCP port is already bound with another app then PacketSender says that it cannot bind UDP port on start (it should complain about TCP port).

Though it opens UDP port and works as expected. So it's only about wrong message on PacketSender start.

dannagle commented 4 years ago

Confirmed. Bug in the pop-generation.

dannagle commented 3 years ago

Fixed in development branch.