質問編集履歴

5

再現画像の追加

2020/05/04 13:56

投稿

techno-tanoC
techno-tanoC

スコア24

test CHANGED
File without changes
test CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
 
10
10
 
11
+ ダウンロードが途中で止まり、 `pg.to_item` の結果がずっと表示されるようになります。
12
+
13
+
14
+
15
+ ![イメージ説明](e6ffbb8e3f3a241b2822329e95cfac95.png)
16
+
11
17
 
12
18
 
13
19
  ## 前提・実現したいこと

4

再現コードの追加

2020/05/04 13:56

投稿

techno-tanoC
techno-tanoC

スコア24

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,15 @@
1
+ ## 追記
2
+
3
+ より短い再現コードを作りました。
4
+
5
+
6
+
7
+ [https://github.com/techno-tanoC/progress_test](https://github.com/techno-tanoC/progress_test)
8
+
9
+
10
+
11
+
12
+
1
13
  ## 前提・実現したいこと
2
14
 
3
15
 

3

リンクの修正

2020/05/04 13:55

投稿

techno-tanoC
techno-tanoC

スコア24

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
 
36
36
 
37
- [ダウンロードが止まることがある · Issue #34 · techno-tanoC/azusa](https://github.com/techno-tanoC/azusa) という issue で現象の調査を行いました。その結果、 `Progress::to_item` を呼ぶと問題が発生するようなのですが、原因の検討がつきません。
37
+ [ダウンロードが止まることがある · Issue #34 · techno-tanoC/azusa](https://github.com/techno-tanoC/azusa/issues/34) という issue で現象の調査を行いました。その結果、 `Progress::to_item` を呼ぶと問題が発生するようなのですが、原因の検討がつきません。
38
38
 
39
39
 
40
40
 

2

不要な括弧を削除

2020/05/03 15:07

投稿

techno-tanoC
techno-tanoC

スコア24

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
 
40
40
 
41
- ![イメージ説明](5c7f452824592c11d5cdaf2178131abf.png)]
41
+ ![イメージ説明](5c7f452824592c11d5cdaf2178131abf.png)
42
42
 
43
43
 
44
44
 

1

tokioのバージョンを上げた

2020/05/03 15:06

投稿

techno-tanoC
techno-tanoC

スコア24

test CHANGED
File without changes
test CHANGED
@@ -418,4 +418,4 @@
418
418
 
419
419
  rustc: 1.43.0
420
420
 
421
- tokio: 0.2.17
421
+ tokio: 0.2.20