Skip to content

Commit

Permalink
Change client name to Elastic (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 authored Nov 7, 2024
1 parent d7cd219 commit 9d461f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/nt4_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ class NT4Client {

_clientId = Random().nextInt(99999999);

String mainServerAddr = 'ws://$serverBaseAddress:5810/nt/elastic';
String mainServerAddr = 'ws://$serverBaseAddress:5810/nt/Elastic';

_mainWebsocket =
WebSocketChannel.connect(Uri.parse(mainServerAddr), protocols: [
Expand Down

0 comments on commit 9d461f6

Please sign in to comment.