Opened 18 years ago
Last modified 18 years ago
#1205 closed Bug report
Can I create a separate thread when disconnecting?
Reported by: | haoniukun | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | haoniukun, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Dear all,
I create a separate thread in the destructor of ControlSocket.
But the server exited unexpectedly and I couldn't stop the server from the service console.
Can I do something asynchronisely when the user disconnected with the server?
Thanks in advance and look forward to your reply.
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
Note:
See TracTickets
for help on using tickets.
Why would you want to create a thread in the destructor?