MantisBT - Liberty Unleashed | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000137 | Liberty Unleashed | Crash | public | 2016-11-13 13:00 | 2016-11-13 14:00 |
Reporter | Rhytz | ||||
Assigned To | VRocker | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Platform | OS | Windows | OS Version | 10 | |
Product Version | 0.1.0.16 | ||||
Target Version | Fixed in Version | ||||
Summary | 0000137: socket.SetLostConnFunc and socket.SetNewConnFunc dont work when used together | ||||
Description | When you call both SetLostConnFunc and SetNewConnFunc on a socket object, only the one that is last defined ever gets executed. | ||||
Steps To Reproduce | Failure() 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 ); | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|