Jiachen
Jiachen
May functionality should be added into okhttps->RequestBody, with method like `addHeaders(String key, String val)` or support `@Boundary`
Is the issue below solves? > So the first response might have the following link sequence: > > https://my.api.com/call > link1 -> https://some.other.api.com/call > > https://some.other.api.com/call > link2 -> /call2...
I've write test scenario in [CallTest.java](https://github.com/Jiachen-Zhang/retrofit/blob/issue-3276/retrofit/src/test/java/retrofit2/CallTest.java), but it passed. This commit link is [here](https://github.com/Jiachen-Zhang/retrofit/commit/92ca6049dad57e8e0cc93ebb145d272044af0b21). I would like you help me to reconstruct your case, so that one can help you...
Same Problem...
Thanks @ejona86 , But How can I keep other platform like linux-x86_64 when the project being compiled on other platform?
> @Jiachen-Zhang > > ``` > protobuf { > protoc { > if (osdetector.os == "osx") { > artifact = 'com.google.protobuf:protoc:3.14.0:osx-x86_64' > } else { > artifact = 'com.google.protobuf:protoc:3.14.0' >...
@Uditmittal in my `build.gradle` file ``` protobuf { protoc { // for apple m1, please add protoc_platform=osx-x86_64 in $HOME/.gradle/gradle.properties if (project.hasProperty('protoc_platform')) { artifact = "com.google.protobuf:protoc:3.13.0:${protoc_platform}" } else { artifact =...
> Have you tried any other baud rates? Does flashing the esp32 work in general? baud rate 115200 works and other buad rates can be used to flash but the...
> To help solve this, I need more information. I need to know more details about the problem including what steps you tried to solve the issue (Did you find...
One more thing... The packet rate is at about only 25 every second, even if I commented on the delay part in sockets_component.h. I used the default csi output format...