You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 2 questions regarding exampleclient. It seems that it is not possible to use REQ type socket in client. TZMQProtocol.Execute
does not have any "if" for req or rep type sockets. Only dealer and router are present. Or am I missing something?
Is it possible to use Tzmqclientprotocol based client synchronously? Something like function TExampleClient.SendAndRecv( const Request: TBytes): TBytes;
Thank You in advance.
The text was updated successfully, but these errors were encountered:
I have 2 questions regarding exampleclient. It seems that it is not possible to use REQ type socket in client. TZMQProtocol.Execute
does not have any "if" for req or rep type sockets. Only dealer and router are present. Or am I missing something?
Is it possible to use Tzmqclientprotocol based client synchronously? Something like function TExampleClient.SendAndRecv( const Request: TBytes): TBytes;
Thank You in advance.
The text was updated successfully, but these errors were encountered: