Dave Sell
October 30th, 2006, 10:47 PM
Is it just me, or is there a bug in the awesome CSocketPlus Class.
I try the sample "Multi Socket TCP Chat" Project that works just splendidly, but I the _Connect Event never gets fired on connect.
I traced the bug down to the CSocketPlus.cls, PostSocket function.
The code block responsible for firing this event is in the Select Case FD_CONNECT.
This function never gets called when the CSocketPlus Object actually does connect.
I have a cheezy workaround, piggybacking off the FD_ACCEPT function, but would rather fix the problem.
Anyone else know about this?
Great Class either way.
Dave
I try the sample "Multi Socket TCP Chat" Project that works just splendidly, but I the _Connect Event never gets fired on connect.
I traced the bug down to the CSocketPlus.cls, PostSocket function.
The code block responsible for firing this event is in the Select Case FD_CONNECT.
This function never gets called when the CSocketPlus Object actually does connect.
I have a cheezy workaround, piggybacking off the FD_ACCEPT function, but would rather fix the problem.
Anyone else know about this?
Great Class either way.
Dave