Skip to content

Commit

Permalink
Issue 531
Browse files Browse the repository at this point in the history
  • Loading branch information
shamblett committed Jul 9, 2024
1 parent 5fa1b56 commit 7b8d7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/mqtt_server_client_websocket.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Future<int> main() async {

/// You can supply a list of headers to send with the websocket request.
/// Some brokers are known to need their own special headers for auth etc.
client.websocketHeader = {'sjh-test' : 'SJH'};
client.websocketHeader = {'sjh-test': 'SJH'};

/// Set logging on if needed, defaults to off
client.logging(on: false);
Expand Down

0 comments on commit 7b8d7b1

Please sign in to comment.