File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11## 4.0.3-wip
22
33- Bump the min sdk to 3.5.0.
4+ - Update to be forward compatible with changes to ` package:shelf_web_socket ` .
45
56## 4.0.2
67
Original file line number Diff line number Diff line change 11// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
4+
45import 'dart:async' ;
56import 'dart:convert' ;
67import 'dart:io' ;
@@ -72,7 +73,7 @@ class Server {
7273
7374 /// Starts listening for build daemon clients.
7475 Future <int > listen () async {
75- var handler = webSocketHandler ((WebSocketChannel channel) async {
76+ var handler = webSocketHandler ((WebSocketChannel channel, _ ) async {
7677 channel.stream.listen ((message) async {
7778 dynamic request;
7879 try {
You can’t perform that action at this time.
0 commit comments