MantisBT - Liberty Unleashed
View Issue Details
0000138Liberty UnleashedCrashpublic2016-11-13 13:122016-11-13 13:12
Rhytz 
VRocker 
normalminorsometimes
assignedopen 
Windows10
0.1.0.16 
 
0000138: Calling socket.Delete(); and reloading server scripts crashes server
Calling socket.Delete(); works when the script is loaded from the start of the server, but if it was ever called and server scripts are reloaded, and seems to be problematic in other cases.
TimeoutTimers[clientID] <- NewTimer("TimeoutSocket", 10000, 1, socket, clientID);

function TimeoutSocket( socket, clientID ){
    //socket.Close(clientID);
    //socket.Stop();
    socket.Delete();
}
No tags attached.
Issue History
2016-11-13 13:12RhytzNew Issue
2016-11-13 13:12RhytzStatusnew => assigned
2016-11-13 13:12RhytzAssigned To => VRocker

There are no notes attached to this issue.