Xiao Zhang

Results 8 comments of Xiao Zhang

我都是在Ubuntu下使用,你的Windows上有Windows terminal么?可以装个Ubuntu子系统

windows应该也是支持的,测试过,只是我个人用Linux比较多。具体看你报的什么错误吧

是说server端是java写的吗? 应该是可以的,我这个工具是针对client端,把grpc的client端包装成http的。 server端用什么语言写的都可以。

如果server端是java的,那就不用管turbo生成的service文件,启动程序的时候,也只启动自动生成的grpcapi文件夹里的main函数就行

I'm having the same issue, CPU usage increases over time, on FireFox. In my case, in less than 5 minutes, CPU usage increases from 15% to 80%. On chrome, not...

Unfortunately, it's a blocking issue to me, maybe I should also transfer to https://github.com/improbable-eng/grpc-web.

I found a workaround: using the command interface. https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/button?view=net-maui-7.0#use-the-command-interface Change button's state via function "canExecute", works for me.