hyabean
hyabean
Fixes #12 TcpSocketServer 多次连接断开之后会有问题
查询MSDN和测试可知, _socket.SetSocketOption(...SocketOptionName.KeepAlive,(int)_configuration.KeepAliveInterval.TotalMilliseconds); 相当于调用 _socket.SetSocketOption(...SocketOptionName.KeepAlive, true);
E:\Code\DevelopmentDepartment\source\OMDCCQuotes\src\OMDCCQuotes>packages\Fettle.Console.0.4.1\tools\Fettle.Console.exe -c fettle.config.yml Fettle v0.4.1 Test coverage analysis starting... ..................... ..An error ocurred that Fettle didn't expect. System.AggregateException: 发生一个或多个错误。 ---> System.UnauthorizedAccessException: 对路径“AutoMapper.dll”的访问被拒绝。 在 System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean...
@tejacques The following functions cannot be safely called from two concurrent threads since Dictionary does not seem to be thread-safe: TryAdd, TryGetValue. _count must be reset to zero after Clear...
``` 2019-10-29 14:21:47.9702|ERROR|RepairMajor.GenerateMinuteBarForWeistock|9| errorfile E:\MarketRaw1\CME_CBT\2018112800.market |System.ArgumentNullException: 值不能为 null。 在 System.Threading.Monitor.Enter(Object obj) 在 Caching.LRUCache`2.TryGetValue(K key, V& value) 位置 c:\Users\TJ\Projects\LRUCache\src\LRUCache\LRUCache.cs:行号 114 在 History.Lib.Common.GetProductID(String contract) 位置 E:\Code\DevelopmentDepartment\source\MessageServer\History_AddCache\HistoryLib\Common.cs:行号 372 在 RepairMajor.GenerateMinuteBarForWeistock.c__DisplayClass2_0.b__9(String item) 位置 E:\Code\DevelopmentDepartment\source\MessageServer\History_AddCache\RepairMajor\GenerateMinuteBarForWeistock.cs:行号...
#### Bug description MsgPack006 error when using generic class in custom formatter when class is GenericType and subType of a MessagePack.UnionAttribute marked abstruct class. ``` // ? MsgPack006 Type must...