Skip to content

Commit

Permalink
transport-zmq: update zmq packagee to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Mar 18, 2020
1 parent d776baf commit 2d13225
Show file tree
Hide file tree
Showing 4 changed files with 4,682 additions and 2,010 deletions.
2 changes: 1 addition & 1 deletion packages/zmq-transport/lib/zmq.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict'
const Zmq = require('zmq')
const Zmq = require('zeromq')
const debug = require('debug')('skyring:transports:zmq')
const monitor = require('debug')('skyring:transports:zmq:monitor')
const connections = new Map()
Expand Down
Loading

0 comments on commit 2d13225

Please sign in to comment.