Changeset 284
- Timestamp:
- 08/11/06 12:47:32 (2 years ago)
- Files:
-
- z3wingdbg/trunk/server/server.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
z3wingdbg/trunk/server/server.py
r262 r284 40 40 41 41 self._server.stopService() 42 # Call the stop event from a threadpool thread before the debug 43 # thread is stopped as this could be called from the debug thread and 44 # could potentially take a while to process. 45 reactor.callInThread(event.notify, (DebugServerStoppedEvent(),)) 42 event.notify(DebugServerStoppedEvent()) 46 43 # Stop the debug thread from the main reactor thread to avoid 47 44 # join problems if the server is stopped from the debug thread itself
