A little more about this trouble.
# 11/26/2009 9:34:06 PM
System.Net.Sockets.SocketException: A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call
at System.Net.Sockets.Socket.BeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
at Server.Network.NetState.OnSend(IAsyncResult asyncResult)
Might this imply something with the core?
=====
Nope, tried my earlier BaseAnimal. Definitely this script which is the problem.
Last edited by Thagoras; 11-26-2009 at 11:33 PM.
Reason: Appended
|