Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
turned blocking mode back on in read()
  • Loading branch information
tobyjoe committed Apr 13, 2012
1 parent 0405125 commit b3a3381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HID.cc
Expand Up @@ -234,7 +234,7 @@ HID::read(const Arguments& args)
new ReceiveIOCB(hid,
Persistent<Object>::New(Local<Object>::Cast(args.This())),
Persistent<Function>::New(Local<Function>::Cast(args[0])),
0
-1
));
ev_ref(EV_DEFAULT_UC);

Expand Down

0 comments on commit b3a3381

Please sign in to comment.