planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
506 stars 142 forks source link

Bencodex.DecodingException: stream terminates unexpectedly at 0 #409

Closed earlbread closed 4 years ago

earlbread commented 5 years ago
08/07/2019 05:55:56 +00:00: The message[Libplanet.Net.Messages.TxIds] has parsed.
?Zw????)t???,:55:56 +00:00: The raw message[NetMQMessage[       ?s?
08/07/2019 05:55:56 +00:00: Something went wrong during message parsing: "Bencodex.DecodingException: stream terminates unexpectedly at 0
  at Bencodex.Codec.Decode (Bencodex.Misc.ByteChunkQueue buffer, System.IO.Stream input) [0x000c7] in <462f452b9f3d4750849a760da428a301>:0
  at Bencodex.Codec.Decode (System.IO.Stream input) [0x00025] in <462f452b9f3d4750849a760da428a301>:0
  at Libplanet.Serialization.BencodexFormatter`1[T].Deserialize (System.IO.Stream serializationStream) [0x00000] in <e16ca518ab934a82bde650ed7164c828>:0
  at Libplanet.Tx.Transaction`1[T].FromBencodex (System.Byte[] bytes) [0x0000d] in <e16ca518ab934a82bde650ed7164c828>:0
  at Libplanet.Store.LiteDBStore.GetTransaction[T] (Libplanet.Tx.TxId txid) [0x0005b] in <e16ca518ab934a82bde650ed7164c828>:0
  at Libplanet.Store.TransactionSet`1[T].ContainsKey (Libplanet.Tx.TxId key) [0x00006] in <e16ca518ab934a82bde650ed7164c828>:0
  at Libplanet.Net.Swarm`1+<>c__DisplayClass98_0[T].<ProcessTxIds>b__0 (Libplanet.Tx.TxId id) [0x00010] in <e16ca518ab934a82bde650ed7164c828>:0
  at System.Linq.Enumerable+WhereListIterator`1[TSource].MoveNext () [0x00037] in <3e4da02cf86b4fc686ed0ac61bffc210>:0
  at System.Collections.Immutable.DisposableEnumeratorAdapter`2[T,TEnumerator].MoveNext () [0x0001a] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableHashSet`1[T].Union (System.Collections.Generic.IEnumerable`1[T] other, System.Collections.Immutable.ImmutableHashSet`1+MutationInput[T] origin) [0x00077] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableHashSet`1[T].Union (System.Collections.Generic.IEnumerable`1[T] items, System.Boolean avoidWithComparer) [0x00034] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableHashSet`1[T].Union (System.Collections.Generic.IEnumerable`1[T] other) [0x0000b] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableHashSet.ToImmutableHashSet[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Collections.Generic.IEqualityComparer`1[T] equalityComparer) [0x0001d] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableHashSet.ToImmutableHashSet[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00000] in <6518d0e60ca84f6b915c07341a031a32>:0
  at Libplanet.Net.Swarm`1+<ProcessTxIds>d__98[T].MoveNext () [0x00052] in <e16ca518ab934a82bde650ed7164c828>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm`1+<ProcessMessageAsync>d__92[T].MoveNext () [0x0026f] in <e16ca518ab934a82bde650ed7164c828>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm`1+<>c__DisplayClass112_0+<<ReceiveMessage>b__0>d[T].MoveNext () [0x0007b] in <e16ca518ab934a82bde650ed7164c828>:0 "

08/07/2019 05:55:56 +00:00: Trying to fetch txs...
08/07/2019 05:55:56 +00:00: Receiving tx...
08/07/2019 05:55:56 +00:00: The message[Libplanet.Net.Messages.TxIds] has parsed.
08/07/2019 05:55:56 +00:00: Trying to fetch txs...
08/07/2019 05:55:56 +00:00: The raw message[NetMQMessage[?w?2w]?a???T??%???,
08/07/2019 05:55:56 +00:00: Receiving tx...
08/07/2019 05:55:56 +00:00: The message[Libplanet.Net.Messages.TxIds] has parsed.
08/07/2019 05:55:56 +00:00: Trying to fetch txs...
08/07/2019 05:55:56 +00:00: The raw message[NetMQMessage[?9!&??X, ??????r?y,
08/07/2019 05:55:56 +00:00: Txs staged successfully.
08/07/2019 05:55:57 +00:00: The message[Libplanet.Net.Messages.TxIds] has parsed.
08/07/2019 05:55:57 +00:00: Trying to fetch txs...
08/07/2019 05:55:57 +00:00: The raw message[NetMQMessage[BC??G??gj????l???,
08/07/2019 05:55:57 +00:00: The message[Libplanet.Net.Messages.TxIds] has parsed.
08/07/2019 05:55:57 +00:00: Trying to fetch txs...
08/07/2019 05:55:57 +00:00: Required tx count: 1.
08/07/2019 05:55:57 +00:00: Receiving tx...
08/07/2019 05:55:57 +00:00: The raw message[NetMQMessage[?
                                                          ~?\????R??wE7?HR,
08/07/2019 05:55:57 +00:00: The message[Libplanet.Net.Messages.TxIds] has parsed.
08/07/2019 05:55:57 +00:00: Trying to fetch txs...
08/07/2019 05:55:57 +00:00: TxIds was sent from unknown peer. ignored.
08/07/2019 05:55:57 +00:00: Txs staged successfully.
08/07/2019 05:55:57 +00:00: Trying to distribute own delta (+0, -0)...
08/07/2019 05:55:57 +00:00: Required tx count: 2.
08/07/2019 05:55:57 +00:00: Receiving tx...
08/07/2019 05:55:57 +00:00: Required tx count: 2.
08/07/2019 05:55:57 +00:00: Receiving tx...
08/07/2019 05:55:57 +00:00: The data file for the transaction "f1b06b7b5b3007bec91b12f0756b015c6c06562934eddbbb580f681daebb51eb" seems corrupted; it will be treated nonexistent and removed at all.
08/07/2019 05:55:57 +00:00: Receiving tx...
08/07/2019 05:55:57 +00:00: Receiving tx...
08/07/2019 05:55:57 +00:00: Something went wrong during message parsing: "Bencodex.DecodingException: stream terminates unexpectedly at 0
  at Bencodex.Codec.Decode (Bencodex.Misc.ByteChunkQueue buffer, System.IO.Stream input) [0x000c7] in <462f452b9f3d4750849a760da428a301>:0
  at Bencodex.Codec.Decode (System.IO.Stream input) [0x00025] in <462f452b9f3d4750849a760da428a301>:0
  at Libplanet.Serialization.BencodexFormatter`1[T].Deserialize (System.IO.Stream serializationStream) [0x00000] in <e16ca518ab934a82bde650ed7164c828>:0
  at Libplanet.Tx.Transaction`1[T].FromBencodex (System.Byte[] bytes) [0x0000d] in <e16ca518ab934a82bde650ed7164c828>:0
  at Libplanet.Store.LiteDBStore.GetTransaction[T] (Libplanet.Tx.TxId txid) [0x0005b] in <e16ca518ab934a82bde650ed7164c828>:0
  at Libplanet.Store.TransactionSet`1[T].ContainsKey (Libplanet.Tx.TxId key) [0x00006] in <e16ca518ab934a82bde650ed7164c828>:0
  at Libplanet.Net.Swarm`1+<>c__DisplayClass98_0[T].<ProcessTxIds>b__0 (Libplanet.Tx.TxId id) [0x00010] in <e16ca518ab934a82bde650ed7164c828>:0
  at System.Linq.Enumerable+WhereListIterator`1[TSource].MoveNext () [0x00037] in <3e4da02cf86b4fc686ed0ac61bffc210>:0
  at System.Collections.Immutable.DisposableEnumeratorAdapter`2[T,TEnumerator].MoveNext () [0x0001a] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableHashSet`1[T].Union (System.Collections.Generic.IEnumerable`1[T] other, System.Collections.Immutable.ImmutableHashSet`1+MutationInput[T] origin) [0x00077] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableHashSet`1[T].Union (System.Collections.Generic.IEnumerable`1[T] items, System.Boolean avoidWithComparer) [0x00034] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableHashSet`1[T].Union (System.Collections.Generic.IEnumerable`1[T] other) [0x0000b] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableHashSet.ToImmutableHashSet[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Collections.Generic.IEqualityComparer`1[T] equalityComparer) [0x0001d] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableHashSet.ToImmutableHashSet[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00000] in <6518d0e60ca84f6b915c07341a031a32>:0
  at Libplanet.Net.Swarm`1+<ProcessTxIds>d__98[T].MoveNext () [0x00052] in <e16ca518ab934a82bde650ed7164c828>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm`1+<ProcessMessageAsync>d__92[T].MoveNext () [0x0026f] in <e16ca518ab934a82bde650ed7164c828>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm`1+<>c__DisplayClass112_0+<<ReceiveMessage>b__0>d[T].MoveNext () [0x0007b] in <e16ca518ab934a82bde650ed7164c828>:0 "
08/07/2019 05:55:57 +00:00: Required tx count: 3.
08/07/2019 05:55:57 +00:00: Receiving tx...
08/07/2019 05:55:57 +00:00: The raw message[NetMQMessage[?9!&??X, ??????r?y,
08/07/2019 05:55:57 +00:00: The message[Libplanet.Net.Messages.TxIds] has parsed.
08/07/2019 05:55:57 +00:00: Trying to fetch txs...
08/07/2019 05:55:57 +00:00: Receiving tx...
08/07/2019 05:55:58 +00:00: The data file for the transaction "cf5d307b095c5d5b233378a62fb6939e67dcc57601ee2ad227d2256032121334" seems corrupted; it will be treated nonexistent and removed at all.
08/07/2019 05:55:58 +00:00: Receiving tx...
earlbread commented 4 years ago
10/08/2019 07:21:20 +00:00: Something went wrong during message parsing: "Bencodex.DecodingException: stream terminates unexpectedly at 0
  at Bencodex.Codec.Decode (Bencodex.Misc.ByteChunkQueue buffer, System.IO.Stream input) [0x000c7] in <462f452b9f3d4750849a760da428a301>:0
  at Bencodex.Codec.Decode (System.IO.Stream input) [0x00025] in <462f452b9f3d4750849a760da428a301>:0
  at Libplanet.Serialization.BencodexFormatter`1[T].Deserialize (System.IO.Stream serializationStream) [0x00000] in <ac1da615e4114884babfbbf356ae0b73>:0
  at Libplanet.Store.LiteDBStore.GetRawBlock (Libplanet.HashDigest`1[T] blockHash) [0x00042] in <ac1da615e4114884babfbbf356ae0b73>:0
  at Libplanet.Store.BaseStore.GetBlock[T] (Libplanet.HashDigest`1[T] blockHash) [0x00000] in <ac1da615e4114884babfbbf356ae0b73>:0
  at Libplanet.Store.BlockSet`1[T].ContainsKey (Libplanet.HashDigest`1[T] key) [0x00006] in <ac1da615e4114884babfbbf356ae0b73>:0
  at Libplanet.Net.Swarm`1[T].<ProcessBlockHashes>b__101_0 (Libplanet.HashDigest`1[T] hash) [0x0000b] in <ac1da615e4114884babfbbf356ae0b73>:0
  at System.Linq.Enumerable+WhereListIterator`1[TSource].ToArray () [0x00023] in <3e4da02cf86b4fc686ed0ac61bffc210>:0
  at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <3e4da02cf86b4fc686ed0ac61bffc210>:0
  at System.Collections.Immutable.ImmutableExtensions+FallbackWrapper`1[T].get_Count () [0x00019] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableList`1[T].CreateRange (System.Collections.Generic.IEnumerable`1[T] items) [0x00013] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableList`1[T].AddRange (System.Collections.Generic.IEnumerable`1[T] items) [0x00013] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableList.ToImmutableList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000c] in <6518d0e60ca84f6b915c07341a031a32>:0
  at Libplanet.Net.Swarm`1+<ProcessBlockHashes>d__101[T].MoveNext () [0x00091] in <ac1da615e4114884babfbbf356ae0b73>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm`1+<ProcessMessageAsync>d__100[T].MoveNext () [0x00230] in <ac1da615e4114884babfbbf356ae0b73>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm`1+<>c__DisplayClass109_0+<<ReceiveMessage>b__0>d[T].MoveNext () [0x0007b] in <ac1da615e4114884babfbbf356ae0b73>:0 "
Bencodex.DecodingException: stream terminates unexpectedly at 0
  at Bencodex.Codec.Decode (Bencodex.Misc.ByteChunkQueue buffer, System.IO.Stream input) [0x000c7] in <462f452b9f3d4750849a760da428a301>:0
  at Bencodex.Codec.Decode (System.IO.Stream input) [0x00025] in <462f452b9f3d4750849a760da428a301>:0
  at Libplanet.Serialization.BencodexFormatter`1[T].Deserialize (System.IO.Stream serializationStream) [0x00000] in <ac1da615e4114884babfbbf356ae0b73>:0
  at Libplanet.Store.LiteDBStore.GetRawBlock (Libplanet.HashDigest`1[T] blockHash) [0x00042] in <ac1da615e4114884babfbbf356ae0b73>:0
  at Libplanet.Store.BaseStore.GetBlock[T] (Libplanet.HashDigest`1[T] blockHash) [0x00000] in <ac1da615e4114884babfbbf356ae0b73>:0
  at Libplanet.Store.BlockSet`1[T].ContainsKey (Libplanet.HashDigest`1[T] key) [0x00006] in <ac1da615e4114884babfbbf356ae0b73>:0
  at Libplanet.Net.Swarm`1[T].<ProcessBlockHashes>b__101_0 (Libplanet.HashDigest`1[T] hash) [0x0000b] in <ac1da615e4114884babfbbf356ae0b73>:0
  at System.Linq.Enumerable+WhereListIterator`1[TSource].ToArray () [0x00023] in <3e4da02cf86b4fc686ed0ac61bffc210>:0
  at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <3e4da02cf86b4fc686ed0ac61bffc210>:0
  at System.Collections.Immutable.ImmutableExtensions+FallbackWrapper`1[T].get_Count () [0x00019] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableList`1[T].CreateRange (System.Collections.Generic.IEnumerable`1[T] items) [0x00013] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableList`1[T].AddRange (System.Collections.Generic.IEnumerable`1[T] items) [0x00013] in <6518d0e60ca84f6b915c07341a031a32>:0
  at System.Collections.Immutable.ImmutableList.ToImmutableList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000c] in <6518d0e60ca84f6b915c07341a031a32>:0
  at Libplanet.Net.Swarm`1+<ProcessBlockHashes>d__101[T].MoveNext () [0x00091] in <ac1da615e4114884babfbbf356ae0b73>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm`1+<ProcessMessageAsync>d__100[T].MoveNext () [0x00230] in <ac1da615e4114884babfbbf356ae0b73>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm`1+<>c__DisplayClass109_0+<<ReceiveMessage>b__0>d[T].MoveNext () [0x0007b] in <ac1da615e4114884babfbbf356ae0b73>:0