You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-04-09 16:56:19.608 +09:00 [DBG] Unexpected exception occurred during ProcessRuntime(): System.InvalidOperationException: An attempt was made to transition a task to a final state when it had already completed.
at Libplanet.Net.NetMQTransport.ProcessRequest(MessageRequest req, CancellationToken cancellationToken)
at Libplanet.Net.NetMQTransport.ProcessRuntime(CancellationToken cancellationToken); retry after 100 ms...
It seems to be caused by reusing TaskCompletionSource when retrying MessageRequest.
The text was updated successfully, but these errors were encountered:
It seems to be caused by reusing
TaskCompletionSource
when retryingMessageRequest
.The text was updated successfully, but these errors were encountered: