File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ vars = {
147
147
"source_maps-0.9.4_rev" : "38524" ,
148
148
"source_maps_rev" : "53eb92ccfe6e64924054f83038a534b959b12b3e" ,
149
149
"source_span_rev" : "aecb614eac3caa333658493b31a32b4e904cb0a4" ,
150
- "sse_tag" : "9a486d058a17e880afa9cc1c3c0dd8bad726bcbc " ,
150
+ "sse_tag" : "e93a783755b9b048b9156f795461d17a5ece9ce8 " ,
151
151
"stack_trace_tag" : "6788afc61875079b71b3d1c3e65aeaa6a25cbc2f" ,
152
152
"stagehand_rev" : "e64ac90cac508981011299c4ceb819149e71f1bd" ,
153
153
"stream_channel_tag" : "d7251e61253ec389ee6e045ee1042311bced8f1d" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
18
18
shelf : ^0.7.5
19
19
shelf_proxy : ^0.1.0+7
20
20
shelf_web_socket : ^0.2.3
21
- sse : ^3.5 .0
21
+ sse : ^3.7 .0
22
22
stream_channel : ^2.0.0
23
23
vm_service : ^6.0.1-nullsafety.0
24
24
web_socket_channel : ^1.1.0
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ Future<void> main() async {
24
24
final ddsUri = await testerStream.next;
25
25
final ddsChannel = SseClient (ddsUri);
26
26
27
- // Wait for ddsChannel to be established.
28
- await ddsChannel.onOpen.first;
29
-
30
27
final vmService = VmService (
31
28
ddsChannel.stream,
32
29
(e) => ddsChannel.sink.add (e),
You can’t perform that action at this time.
0 commit comments