search for: received_client_data

Displaying 1 result from an estimated 1 matches for "received_client_data".

2006 Nov 03
6
How to send data,
...ead, because the gui obviously has to resume during the event loop of EventMachine. When the other app that has the debugger server gets to a breakpoint, it sends data to the client. This works as it should, the receive_data method of the DebuggerClient module gets called and sends the data to the received_client_data method of the Controller class. This method then assigns the data to the gui. So far so good.... However, sending data back to the debugger is a problem. What happens is this; the gui calls the send_client_command method of the Controller class with the data/command. It then gets passed to the met...