Skip to content

Commit

Permalink
Fixed socket issue
Browse files Browse the repository at this point in the history
  • Loading branch information
desertkun committed Sep 27, 2018
1 parent 9f306c8 commit 041eab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public GameServerController(String socket)

this.context = new ZContext();
this.socket = context.createSocket(ZMQ.PAIR);
this.socket.connect("ipc://" + socket);
this.socket.connect(socket);

this.rpc = new JsonRPC()
{
Expand Down

0 comments on commit 041eab6

Please sign in to comment.