caoyan
caoyan
I've met the same problem, then I modify the /libde265/libde265-all.inl. delete the line of '#define HAVE_ARM' and add '#define HAVE_ARM'. Lastly I can compile successfully
My `Kratos` version is latest(2.7.2) and doesn't work still
Based on your repo, you can try this code. I can reproduce this issue. @kvii ``` go func TestHttpClient(t *testing.T) { client, _ := http.NewClient(context.Background(), http.WithEndpoint("localhost:8000")) c := NewMyServiceHTTPClient(client) resp,...
Cool! Do you have a plan to fix it?
I'd like to help you.