Eddy Yuen

Results 8 issues of Eddy Yuen

Beetlex 1.5.5.3 FastHttpApi:1.8.8.4 运行5天后,访问接口,提示如下信息。重启恢复正常。 ``` Bad Gateway Unable to reach 172.18.212.43:9052 request queue overflow! Beetlex http gateway copyright @ 2019-2020 beetlex.io ```

限流插件 [NetCoreRateLimit ](https://github.com/eddyyuen/NetCoreRateLimit),99%代码复制自 AspNetCoreRateLimit 功能用法与 [AspNetCoreRateLimit ](https://github.com/stefanprodan/AspNetCoreRateLimit)一致。 可以通过IP、ClientId 限制流量,比 BeetleX.Bumblebee.ConcurrentLimits 好,可以按秒、分、小时、天 设置 `PM> Install-Package NetCoreRateLimit -Version 1.0.2` **未完整测试,准备上生产环境** ps. 因我们网关用很久了,基于 BeetleX.Bumblebee 1.2.0.3 开发

代码设置 StaticResurceType: g = new Gateway(); g.HttpOptions(options => { options.StaticResurceType = "txt;xml;zip;jpg;css;png;htm;woff;svg;gif;woff2;js;html;jpeg;ico;rar"; } g.Open(); woff 文件显示 403错误。 `GET http://..../__system/layuiadmin/layui/font/iconfont.woff?v=230 net::ERR_ABORTED 403 (No permission)` 如果使用 HttpConfig.json 则一切正常。 看了代码,只有在实例化HttpApiServer时才会初始化,后续设置StaticResurceType并不会起作用。

在使用安卓8.1 开发串口应用,有3个串口设备,使用多个线程进行串口操作。 任意调用 serialport.close() 关闭一个串口,其它串口都不能正常工作了。 通过日志可见只是关闭了其中一个串口的。 请问这个是什么原因?

### Which ZincObserve functionalities are relevant/related to the feature request? alerts ### Description Alerts Template requires more Variables My sql is ``` select count(1) as errcnt from 'nginx' where status...

### Which OpenObserve functionalities are relevant/related to the feature request? log search ### Description When switching to other data streams or pages, I would like the query statement to be...

### Observed behavior When my code like this ``` var consumer = await _natsJSStream.CreateOrUpdateConsumerAsync(new ConsumerConfig() { FilterSubject = "a.b.c" }); ``` Throw Exception: ``` NATS.Client.JetStream.NatsJSApiException:“Consumer create request did not match...

### Describe the bug ### Which component is your bug related to? - ManagedClient ### To Reproduce Steps to reproduce the behavior: 1. Using this version of MQTTnet '**Lastest**'. 2....

bug