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.
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.
Excelent! Thanks