AMit tiwari
AMit tiwari
mixplore app can fix this using gdrive to cast on tv @Varun23102002 @Liva1525
updated code it crashed after serval hours of running not able to figure out why and where the bug @bogdanfinn
``` 0x95 github.com/bogdanfinn/fhttp/http2.(*clientConnReadLoop).run(0xc003469fa0) D:/Newfolder/PROJECT/GolandProjects/Apitest/vendor/github.com/bogdanfinn/fhttp/http2/transport.go:2100 +0x170 github.com/bogdanfinn/fhttp/http2.(*ClientConn).readLoop(0xc006b13a00) D:/Newfolder/PROJECT/GolandProjects/Apitest/vendor/github.com/bogdanfinn/fhttp/http2/transport.go:2021 +0x79 created by github.com/bogdanfinn/fhttp/http2.(*Transport).newClientConn D:/Newfolder/PROJECT/GolandProjects/Apitest/vendor/github.com/bogdanfinn/fhttp/http2/transport.go:860 +0xc92 goroutine 774853 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x1ad6700f8e0, 0x72) C:/Program Files/Go/src/runtime/netpoll.go:306 +0x89 internal/poll.(*pollDesc).wait(0xd81159c9a0d3a647?, 0xc002c976c0?, 0x0) C:/Program Files/Go/src/internal/poll/fd_poll_runtime.go:84 +0x32...
hello @gngpp I am using windows
``` package main import ( "fmt" "io" "sync" "time" http "github.com/bogdanfinn/fhttp" tls_client "github.com/bogdanfinn/tls-client" ) type re struct { client tls_client.HttpClient Thread int userdata string data string } func init__(thread int)...