Hello,
What would cause an EOSError in the following ?
It only happens if I close my application without disconnecting the TWSocket
component from its server component...
Any help would be appreciated.
procedure TCustomWSocket.Notification(AComponent: TComponent; operation:
TOperation);
begin
Hello,
I am using the TWSocketServer (Server) component to which several TWSocket
components connect (Client),
I successfully capture the event when the client gets disconnected
however I am running into a problem in the case where a client is
abnormally terminated, user ends task in task mana