mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 07:31:20 +02:00
* OnDisconnect before disconnecting objects (cleanup). Fix issue #39780
This commit is contained in:
parent
9f7b814747
commit
32c3e6e844
@ -184,7 +184,7 @@ Type
|
||||
Property OnHandshakeResponse : TWSClientHandshakeResponseEvent Read FOnHandshakeResponse Write FOnHandshakeResponse;
|
||||
// Called when a text message is received.
|
||||
property OnMessageReceived: TWSMessageEvent read FOnMessageReceived write FOnMessageReceived;
|
||||
// Called when a connection is disconnected. Sender is the TWebSocketClientConnection object.
|
||||
// Called when a connection is disconnected.
|
||||
property OnDisconnect: TNotifyEvent read FOnDisconnect write FOnDisconnect;
|
||||
// Called when a connection is established
|
||||
property OnConnect: TNotifyEvent read FOnConnect write FOnConnect;
|
||||
|
Loading…
Reference in New Issue
Block a user