Roman
Roman
👍 I assumed that, so I will get subnetId from Certificate delegation then. Just that function is used internally in query_signed with canister Id. If I did not miss something....
Thanks for your suggestion. Let me check C# code, we can implement it in Java as well.
Sorry for late response, I was traveling last week and did not have my computer with me. Yes, I looked at C# implementation, delegation is a very useful feature to...
Hi Vincent, thanks. I also contacted Ethan from C#/Unity project so he can help me to provide more details about it. I will try to wrap up Websockets Java implementation...
Thank you for reporting this issue. Let me check your use case and fix the problem.
Can you please share with me IDL of the canister you are calling from Java?
Aah, you are returning Variant type, which wraps Principal value. In such case we are wrapping variant elements as a Java map type. So you have to get Ok item...
Hi Alexander, In Release 15 we added BLS certificate verification on response. That might cause performance regression. This verification is on by default. If your use case does not require...
Hmm, let me go back to other changes I made that time. Which version of HTTP client are you using? Apache or OkHttp?
Thank you Alexander! I will optimize the code, it should not initialize BLS if setVerify is false. Let's see if it will also work with static object so it will...