Re: Socket weirdness



Hi William,

I see what they did with the two version of send now. Send with the "out"
error overload should probably be changed to "bool TrySend(...)" to match
with current standards. The null IAsyncResult thing still bugs me

Agreed.

The other thing we discover here via imperitive evidence is that
shutdown.receive will never be sent by server unless it can piggyback on an
ACK reply or an outgoing message. Something I must remember. Cheers.

I haven't tried using an outgoing message. Did you test that?

--
Dave Sexton


.