1
Hi,
1.) In SocketTCP::Receive(Packet& PacketToReceive) you assume that you receive the packet size in one call to recv().
2.) In Selector<Type>::GetSocketsReady(...) you only check the sockets for readability and not for writability.
1.) In SocketTCP::Receive(Packet& PacketToReceive) you assume that you receive the packet size in one call to recv().
2.) In Selector<Type>::GetSocketsReady(...) you only check the sockets for readability and not for writability.