G
Guest
I’m having troubles with socket async operations using .NET 2.0. Sometimes a
callback supplied to Socket.BeginSend never gets called. I suspect this can
be caused by AVG Antivirus or MS AntiSpyware running on the PC, because if I
suppress them, everything goes fine.
Unfortunately, I was unable to reproduce the issue in isolated environment
as the problem has been reported by one of our customers who experiences it
in irregular way. I’ve only managed to track it down to Socket.BeginSend and
the callback using our logging system.
Is it a known issue with Socket in .NET 2.0? Is there a fix to solve this
problem?
Thanks in advance! Any help would be highly appreciated.
callback supplied to Socket.BeginSend never gets called. I suspect this can
be caused by AVG Antivirus or MS AntiSpyware running on the PC, because if I
suppress them, everything goes fine.
Unfortunately, I was unable to reproduce the issue in isolated environment
as the problem has been reported by one of our customers who experiences it
in irregular way. I’ve only managed to track it down to Socket.BeginSend and
the callback using our logging system.
Is it a known issue with Socket in .NET 2.0? Is there a fix to solve this
problem?
Thanks in advance! Any help would be highly appreciated.