mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 05:59:30 +02:00
Added a connection event when clients connect to the server.
This commit is contained in:
parent
52549439fa
commit
73529f5266
@ -227,6 +227,8 @@ begin
|
||||
begin
|
||||
Connections.Add(Con);
|
||||
ConnectionHandler.HandleConnection(Con,True);
|
||||
if Assigned(OnConnect) then
|
||||
OnConnect(Sender, Con);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user