When I start app ,and call "Socket.BeginReceive" frist the data reciver from server ,work ok!!! but when I want Send data to Sever call The "Socket.BeginSend" will not be responed.,then the "Socket.BeginReceive" will not be responed too.
And then I change my source code, start app with "Socket.BeginSend" first,the data will be send to server , after few second, when I call the "Socket.BeginReceive" ,it will receive the first data package from server, then will not be respond. and...
Package by IL2CPP ,"Socket.BeginReceive/Socket.BeginSend" will not responed ,in Unity3D 5.4.2p2
And then I change my source code, start app with "Socket.BeginSend" first,the data will be send to server , after few second, when I call the "Socket.BeginReceive" ,it will receive the first data package from server, then will not be respond. and...
Package by IL2CPP ,"Socket.BeginReceive/Socket.BeginSend" will not responed ,in Unity3D 5.4.2p2