Skip to content

Commit 522d462

Browse files
committed
update code
1 parent a3aa79a commit 522d462

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Surging.Services/Surging.Services.Server/surgingSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"Packages": [
3030
{
3131
"TypeName": "EnginePartModule",
32-
"Using": "${UseEngineParts}|ServiceProxyModule;DotNettyModule;SerilogModule;NLogModule;MessagePackModule;ConsulModule;WSProtocolModule;MqttProtocolModule;EventBusRabbitMQModule;CachingModule;KestrelHttpModule;SwaggerModule;ApiGeteWayModule;SkywalkingModule;KestrelNLogModule;ServiceHostModule;GrpcModule;ApolloModule;"
32+
"Using": "${UseEngineParts}|ServiceProxyModule;ThriftModule;SerilogModule;NLogModule;MessagePackModule;ConsulModule;WSProtocolModule;MqttProtocolModule;EventBusRabbitMQModule;CachingModule;KestrelHttpModule;SwaggerModule;ApiGeteWayModule;SkywalkingModule;KestrelNLogModule;ServiceHostModule;GrpcModule;ApolloModule;"
3333
}
3434
]
3535
}, //如果引用多个同类型的组件,需要配置Packages,如果是自定义按需引用,无需配置Packages

src/Surging.Tools/Surging.Tools.Cli/Internal/Thrift/TThriftClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private async Task<RemoteInvokeResultMessage> RegisterResultCallbackAsync(string
8787
//删除回调任务
8888
TaskCompletionSource<TransportMessage> value;
8989
_resultDictionary.TryRemove(id, out value);
90-
value.SetCanceled();
90+
//value.SetCanceled();
9191

9292
}
9393
}

0 commit comments

Comments
 (0)