Skip to content

Commit

Permalink
Pass context to ZmqClient.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwallington committed Mar 9, 2015
1 parent 3e994e1 commit c06936d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public int onStartCommand(Intent intent, int flags, int startId) {
mObdService.start();

// ZMQ Library.
mZmqClient = new ZmqClient();
mZmqClient = new ZmqClient(mContext);
mZmqClient.start();

//Start data aggregator.
Expand Down

0 comments on commit c06936d

Please sign in to comment.