Anonymous | Login | Signup for a new account | 2024-12-05 13:38 UTC |
Main | My View | View Issues | Change Log | Roadmap | Wiki |
View Issue Details [ Jump to Notes ] [ Wiki ] | [ Issue History ] [ Print ] | ||||||||||||
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 ); | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files | |||||||||||||
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 |