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 trying to use pigato to implement a client and broker, but c++ to implement worker based on Zeromq's reference Majordomo protocol implementation.
however pigato seems to send/expect different protocol string so they dont work together
e.g.
'C' for client instead 'MDPC02'
is pigato compatible with Majordomo protocol ?
The text was updated successfully, but these errors were encountered:
I'm trying to use pigato to implement a client and broker, but c++ to implement worker based on Zeromq's reference Majordomo protocol implementation.
however pigato seems to send/expect different protocol string so they dont work together
e.g.
'C' for client instead 'MDPC02'
is pigato compatible with Majordomo protocol ?
The text was updated successfully, but these errors were encountered: