-
Hi. I know that project has not been meant to be used with VBA, but it is such a great project for VBA world and there are no good alternatives out there. Maybe, something can be done here. P.S. Standard Winsock.ocx works fine, but have another issues and not supported and distributed by MS. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I just recompiled You can check out if the binary under 1.0.4 release fails the same. |
Beta Was this translation helpful? Give feedback.
-
Yes, I actually found a problem with Winsock replacement control: If you do not call I've fixed this issue in 1.0.5 release so that the reproduction code below works ok now
The sample is contrived so no data is fetched in Thanks for the bug report! |
Beta Was this translation helpful? Give feedback.
Yes, I actually found a problem with Winsock replacement control: If you do not call
GetData
(orPeekData
) inDataArrival
event the underlying socket input buffer became full and it stops sendingFD_READ
notifications as the TCP connection became stalled so the Winsock control connection looks stalled too.I've fixed this issue in 1.0.5 release so that the reproduction code below works ok now