MantisBT

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000138Liberty UnleashedCrashpublic2016-11-13 13:122016-11-13 13:12
ReporterRhytz 
Assigned ToVRocker 
PrioritynormalSeverityminorReproducibilitysometimes
StatusassignedResolutionopen 
PlatformOSWindowsOS Version10
Product Version0.1.0.16 
Target VersionFixed in Version 
Summary0000138: Calling socket.Delete(); and reloading server scripts crashes server
DescriptionCalling 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.
Steps To ReproduceTimeoutTimers[clientID] <- NewTimer("TimeoutSocket", 10000, 1, socket, clientID);

function TimeoutSocket( socket, clientID ){
    //socket.Close(clientID);
    //socket.Stop();
    socket.Delete();
}
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2016-11-13 13:12 Rhytz New Issue
2016-11-13 13:12 Rhytz Status new => assigned
2016-11-13 13:12 Rhytz Assigned To => VRocker


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker