neo-project / neo

NEO Smart Economy
MIT License
3.47k stars 1.03k forks source link

Akka error when neo-cli exit #1615

Open ProDog opened 4 years ago

ProDog commented 4 years ago

Describe the bug A exception about akka when neo-cli exit.

To Reproduce

  1. Run neo-cli
  2. Waitting connect nodes and start synchronizing block
  3. Run exit command.

Expected behavior No exception.

Screenshots image

Platform:

(Optional) Additional context Exception content:

[ERROR][2020/4/27 2:23:38][Thread 0027][akka://NeoSystem/system/IO-TCP/$i] Monitored actor [[akka://NeoSystem/user/$b#1433939172]] terminated
Cause: Akka.Actor.DeathPactException: Monitored actor [[akka://NeoSystem/user/$b#1433939172]] terminated
   at Akka.Actor.ActorBase.Unhandled(Object message)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
erikzhang commented 3 years ago

@ProDog Has it been fixed?