叶涛

Results 4 issues of 叶涛

我有N个公众号和,N个商户号 退款的时候能不能让我动态传入指定商户,而不是在配置文件写死 程序启动,并不想配置任何公众号和商户号,而是根据用户我自己去数据库读取

resolved

#### When run build anycup console application at windows server2008R2 在 DotNetty.Transport.Channels.DefaultMaxMessagesRecvByteBufAllocator.MaxMess ageHandle`1.Allocate(IByteBufferAllocator alloc) 在 DotNetty.Transport.Channels.Sockets.AbstractSocketByteChannel.SocketByteCh annelUnsafe.FinishRead(SocketChannelAsyncOperation operation) OnConnectionException:System.OutOfMemoryException: 引发类型为“System.OutOfMemor yException”的异常。 在 DotNetty.Buffers.HeapArena.NewChunk(Int32 pageSize, Int32 maxOrder, Int32 pageShifts, Int32 chunkSize)...

dear! can you build all probject in one dll, so much dll is not a good idea. like java netty-all.jar

``` public class Test { public static async Task Add(string name) { await Task.Delay(1000); return "hello" + name; } public static async Task Count() { await Task.Delay(1000); return 1; }...