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'm going through pub-sub tracing (espresso pattern) in the book and I couldn't get the sample code working. Reading through the zmq_proxy I see that the Proxy type in typescript doesn't support passing the third socket (i.e. the capture socket).
Is there a reason why that's missing? How can I achieve similar thing from the book with a capture socket using the current features?
The text was updated successfully, but these errors were encountered:
I'm going through pub-sub tracing (espresso pattern) in the book and I couldn't get the sample code working. Reading through the zmq_proxy I see that the Proxy type in typescript doesn't support passing the third socket (i.e. the capture socket).
Is there a reason why that's missing? How can I achieve similar thing from the book with a capture socket using the current features?
The text was updated successfully, but these errors were encountered: