bbenph

Results 4 issues of bbenph

使用的freesql版本: 2.5.200 drop table if exists `aaa`; create table `aaa` ( `Id` bigint(20) not null auto_increment comment '自增ID', `CreateTime` datetime not null default current_timestamp comment '记录时间', primary key (`Id`) )...

我遇到了个问题, redis 订阅channel后需要 调用一个异步方法去处理, 但是 RedisHelper.Subscribe 只提供了同步Action方法参数, 如果强行使用 .Result 会导致线程饥荒的问题 请教下作者有什么好建议 `public class testSubscriber : BackgroundService { private readonly Logger _logger; public testSubscriber(IServiceProvider services) { Services = services; _logger =...

我用web的sdk 在web中report后 数据写到了 logan_task中 (好多字段如 device_id字段丢失) 并且logan_log_detail表也没详情数据 上报接口 不该是 /logan/upload.json吗 ? Server端上报接口method是 upload.json 给的demo 是到 /logan呢? demo也跑不起来

最初redis自己搭建的, 后来出问题买的亚马逊云的redis服务 ,还是一样的错误 平时没问题的, 凌晨流量大时候必会报错 异常: System.Exception: 【xxxxxxxxxxxxxxxxx:6379/15】状态不可用,等待后台检查程序恢复方可使用。Connect to server timeout ---> CSRedis.Internal.IO.RedisSocketException: Connect to server timeout at CSRedis.Internal.IO.RedisSocket.Connect(EndPoint endpoint, Int32 timeout) at CSRedis.Internal.RedisConnector.Connect(Int32 timeout) at CSRedis.RedisClient.Connect(Int32 timeout) at CSRedis.RedisClientPool.Return(Object`1...