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
[WARNING][04/02/202022:51:46][Thread 0010][akka://NeoSystem/system/IO-TCP/$a/$hw] Received Write command before Register command. It will be buffered until Register will be received (buffered write size is 52 bytes)
This is repeatedly happening.
The text was updated successfully, but these errors were encountered:
It seems to be due to the following reasons:
The following diagram illustrate the actors involved in establishing and handling a connection.
In Neo3,when we received a Connected message, we will create a new RemoteNode and send MessageCommand.Version immediately before we send Tcp.Register message.
So, Maybe we can solve the problem to send Tcp.Register message first, then the MessageCommand.Version.
This is repeatedly happening.
The text was updated successfully, but these errors were encountered: