Skip to content

Commit

Permalink
Bind to TCP for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Dec 6, 2024
1 parent c210293 commit 6e7e58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/worklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ global.console = new Console(new SystemLog())

const socket = new zmq.PairSocket(new zmq.Context())

socket.bind('ipc://*')
socket.bind('tcp://127.0.0.1:*')

exports.endpoint = socket.endpoint

Expand Down

0 comments on commit 6e7e58e

Please sign in to comment.