I have 3 scripts that use sockets. They work fine in 6.35, but in the beta, they fail between the sockopen event and the sockread event. I can see an echo at the end of the sockopen event, so it's completing, and $sockerr there shows 0, so there's no socket error there. However, I can't get an echo from the very first line of the sockread event, so it's not triggering that event for some reason.