How to limit JSON Message response to an specific service

I have a DA SDK server with binary messages and JSON messages. But need JSON message only expose one of the services available in the server. How can do that?

Delphi with latest stable version of DA.

Best regards.

you can use OnGetDispatchInfo event.

see more at Receiving information about client on server-side snippet.

1 Like

Excelent! Thanks