Skip to content

Commit

Permalink
Fixed NT not disconnecting via websocket onDone callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Oct 14, 2023
1 parent 780e526 commit 462fae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/nt4.dart
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class NT4Client {
}
_wsOnMessage(data);
},
// onDone: _wsOnClose,
onDone: _wsOnClose,
onError: (err) {
if (kDebugMode) {
print('NT4 ERR: $err');
Expand Down

0 comments on commit 462fae0

Please sign in to comment.