MantisBT

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000137Liberty UnleashedCrashpublic2016-11-13 13:002016-11-13 14:00
ReporterRhytz 
Assigned ToVRocker 
PrioritynormalSeverityminorReproducibilityalways
StatusassignedResolutionopen 
PlatformOSWindowsOS Version10
Product Version0.1.0.16 
Target VersionFixed in Version 
Summary0000137: socket.SetLostConnFunc and socket.SetNewConnFunc dont work when used together
DescriptionWhen you call both SetLostConnFunc and SetNewConnFunc on a socket object, only the one that is last defined ever gets executed.
Steps To ReproduceFailure() function never gets called:

WebSocket <- NewSocket( "ReceiveData" );
WebSocket.SetLostConnFunc( "Failure" );
WebSocket.SetNewConnFunc( "Connected" );
WebSocket.Start( LISTEN_PORT, 64 );


Connected() function never gets called:

WebSocket <- NewSocket( "ReceiveData" );
WebSocket.SetNewConnFunc( "Connected" );
WebSocket.SetLostConnFunc( "Failure" );
WebSocket.Start( LISTEN_PORT, 64 );
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000118)
Rhytz (reporter)
2016-11-13 14:00

Shouldn't have been marked as "Crash", but rather Bug or Script problem.

- Issue History
Date Modified Username Field Change
2016-11-13 13:00 Rhytz New Issue
2016-11-13 13:00 Rhytz Status new => assigned
2016-11-13 13:00 Rhytz Assigned To => VRocker
2016-11-13 14:00 Rhytz Note Added: 0000118


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker