liuhll

Results 10 issues of liuhll

如果定义一个方法: ```csharp Task CreateArrayMethod(string[] inputs); ``` 在调用`CompilationUtilitys.Compile`方法时,出现如下错误: ``` (39,73): error CS0234: The type or namespace name 'String[]' does not exist in the namespace 'System' (are you missing an assembly reference?)...

由于首次访问的时候需要生成动态代理,建立socket连接啥的,所有感觉都会比较慢,如果一个服务的实例部署了多个(比如100个,前100次都会比较慢),给用户的体验就不会很好,有什么办法解决这个问题吗

fixed
Poor

1. 如果通过service暴露出的ip和端口进行握手是没有问题的,如下下图: ![image](https://user-images.githubusercontent.com/16488441/55289118-9f39c600-53f4-11e9-92ff-eabcd7c23394.png) 2. 如果将service type的设置的类型设置为:NodePort,通过映射的ip和端口就无法进行握手,如下图: ![image](https://user-images.githubusercontent.com/16488441/55289130-c4c6cf80-53f4-11e9-9d2d-bfb1aed99a91.png) 3. 通过 nginx-ingress 进行握手也是不行的,如下图: ![image](https://user-images.githubusercontent.com/16488441/55289140-ed4ec980-53f4-11e9-8fd0-c9e1f4688134.png) 具体案例请参考[wsservice-k8s-deploy](https://gitee.com/liuhll2/wsservice-k8s-deploy),导致该bug的原因是因为服务器不接受局域网外的url请求,[请参考](https://github.com/sta/websocket-sharp/issues/465),

bug

您好, 可以帮忙推荐一下我的微服务框架Silky吗? https://github.com/liuhll/silky

Silky是一个旨在通过.net平台快速构建微服务开发的框架。具有安全、稳定、高性能、易扩展、使用方便的特点。 - 项目地址: https://github.com/liuhll/silky

支持合法的休息时间,如果加班必须给加班费

silky microservice framework - https://github.com/liuhll/silky The silky framework is designed to help developers quickly build a microservice application development framework through simple code and configuration under the .net platform. It...

版本为: easy_refresh: ^3.4.0 出现的现象: 打开二楼后,页面往下滑动后,二楼的页面并没有被关闭,从主页面往上滑动的时候,并未出现再次刷新的情况,如下所示。并且打开二楼后,发现日志就一直在输出 ` mode state: IndicatorMode.secondaryOpen, page: Opacity-[GlobalKey#554a6](opacity: 1.0)`,感觉发生bug的场景跟这个应该是差不多的 #713 ![WeChat_20240731160035 00h00m00s-00h00m11s](https://github.com/user-attachments/assets/8d7d453c-3490-45ee-8bcc-80e1ab9449d4) 核心代码如下所示: ```dart _buildMain(MediaQueryData mediaQuery, Size size) { return EasyRefresh.builder( scrollController: _scrollController, controller: _refreshController, header: SecondaryBuilderHeader(...