Anonymous User
  Thursday, 02 February 2023
  5 Replies
  376 Visits
  Subscribe
Hi Sergio,

if I understood correctly, Your WebSockets Server library is based on Indy's TCP Server. Indy's TCP server provides OnExecute-Event, which allows to act within the connection thread (e.g. transfer data intended for this specific client only). Does your WebSocketServer provide similar event?

Best regards
Vitaliy