Commit d52f0f52 authored by Cen Zhao's avatar Cen Zhao Committed by Facebook Github Bot

add handshake events handling

Summary: zmq4.3 bring up 4 more handshake events, add proper handling in sock monitor

Reviewed By: saifhhasan

Differential Revision: D15058676

fbshipit-source-id: d2553c7e32471a2403857741cbb77a40e50d353e
parent a5802280
...@@ -15,7 +15,7 @@ from shell_quoting import ShellQuoted ...@@ -15,7 +15,7 @@ from shell_quoting import ShellQuoted
def fbcode_builder_spec(builder): def fbcode_builder_spec(builder):
builder.add_option('zeromq/libzmq:git_hash', 'v4.2.5') builder.add_option('zeromq/libzmq:git_hash', 'v4.2.2')
return { return {
'depends_on': [folly, fbthrift, gmock, sodium, sigar], 'depends_on': [folly, fbthrift, gmock, sodium, sigar],
'steps': [ 'steps': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment