WorstCodeWay

Results 27 comments of WorstCodeWay

> 1、You can explicitly delete TcpClient before app exit; 2、remove the code line `hlogi("EventLoopThread stopped...` directly. Yes, it's better.

@etkaar Hi, do you solve it? I encounter problem very like this, but the unresolved symbol is `Tins::Internals::increment(IPv4Address &)`

> No, unfortunately not. I had to use Visual Studio 2015 instead: https://stackoverflow.com/a/44290942 > > You will later then be able to still use Visual Studio 2022 by changing the...

@gvanem Hi, I meet exactly same problem as you havd (`10022` error when calling `sendto` within this library). But I tried your solution, don't work. And I confirm my system...

> I have same exception on win11 I think this is a socket limitation Raw sockets not allowed to work on 10 and 11 @ahmedtalaat327 You're right. Confirmed by more...

> @WorstCodeWay I think this works @ahmedtalaat327 Sorry, where is Port Scan.exe from? Is it built from Tins example source code?

> > > @WorstCodeWay I think this works > > > > > > @ahmedtalaat327 Sorry, where is Port Scan.exe from? Is it built from Tins example source code? >...