Hello to you all,
I have noticed today this issue, something that i have tried to trace as much as possible.
I did not test previous beta versions!
I have an addon that listens on a port (81)
If i stop the listening and start again, without connecting in the beginning, all is ok.
If something connects to it before i stop it and start it again (in a window of seconds)
my triple portfree check says for the following command:
//echo ai $portfree(81,192.168.2.100) - $portfree(81,0.0.0.0) - $portfree(81)
ai $true - $true - $true
and i get an error on the next line:
* /socklisten: port error (line 1315, script.mrc)
after i get this error i am able to listen on the port again, even in less then one second after.
If i wait like 5 seconds after i stop the port i can start it without an error.
After a while it seems this problem is gone, and i was able to replicate it again if i restart mirc again.
Did any of you ever found something similar?
best regards