SunriseChen

Results 3 issues of SunriseChen

在 v0.1.122 版本后,当调用 MessageJsonSerializer.DeserializeAsync() 方法的时候会抛出下面的异常: ` Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot implicitly convert type 'System.Threading.Tasks.Task' to 'System.Threading.Tasks.Task' at CallSite.Target(Closure , CallSite , Object ) at Apworks.ObjectSerializer.DeserializeAsync(Byte[] data, CancellationToken cancellationToken) at Apworks.Serialization.Json.MessageJsonSerializer.d__4.MoveNext() ` 查看源码后应该是下面的代码引起的:...

The following code causes GetQueuedCompletionStatus(...) within win_iocp_io_context::shutdown() to deadlock. ```c++ #include #include using namespace std; using namespace boost::asio; class AsioTimer { public: explicit AsioTimer(int value) : m_value(value), m_timer(m_context, 1ms), m_thread(&AsioTimer::run,...

The following code causes GetQueuedCompletionStatus(...) within win_iocp_io_context::shutdown() to deadlock. ```c++ #include #include using namespace std; using namespace boost::asio; class AsioTimer { public: explicit AsioTimer(int value) : m_value(value), m_timer(m_context, 1ms), m_thread(&AsioTimer::run,...