Following up on the issue : https://github.com/textileio/android-ipfs-lite/issues/12
The fetching of any data is very slow (in android). I am also checking in the browser, parallely. It is fetching the same CID a lot faster.
How can it be made faster?
In half an hour i only got error:
E/GoLog: 2020-04-23T13:04:43.490Z �[33mWARN�[0m relay go-log/log.go:180 relay error: MALFORMED_MESSAGE (400)
E/GoLog: 2020-04-23T13:13:17.960Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:13:24.722Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:13:49.936Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:14:17.597Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:15:46.891Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:16:25.177Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:17:33.337Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:18:00.233Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:19:17.091Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:20:37.229Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:20:42.545Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:22:26.788Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:22:45.868Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:23:25.332Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:23:36.365Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
E/GoLog: 2020-04-23T13:24:12.372Z �[33mWARN�[0m bitswap go-log/log.go:175 SendMsg errored but neither 'done' nor context.Done() were set
Following up on the issue :
https://github.com/textileio/android-ipfs-lite/issues/12The fetching of any data is very slow (in android). I am also checking in the browser, parallely. It is fetching the same CID a lot faster.
How can it be made faster?
In half an hour i only got error: