Skip to content

Commit

Permalink
try get away other callback deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed May 9, 2024
1 parent c5ed741 commit f6b753a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mbus-master.cc
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ class RecieveWorker : public Nan::AsyncWorker {
if (!isConnected) {
sprintf(error, "Not connected to port");
SetErrorMessage(error);
uv_rwlock_wrunlock(lock);
return;
}

Expand Down

0 comments on commit f6b753a

Please sign in to comment.