Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display or Disconnect Issue #3602

Closed
cschuchardt88 opened this issue Nov 29, 2024 · 7 comments · Fixed by #3603
Closed

Display or Disconnect Issue #3602

cschuchardt88 opened this issue Nov 29, 2024 · 7 comments · Fixed by #3603

Comments

@cschuchardt88
Copy link
Member

Describe the bug
This video shows that we are getting disconnected from all clients.
https://github.com/user-attachments/assets/40704ca3-0fd0-4467-95e5-a16e4ed090bf

Could be

  1. dotnet 9.0
  2. new Akka.net version
@shargon
Copy link
Member

shargon commented Nov 29, 2024

Let's revert net 9

@Hecate2
Copy link
Contributor

Hecate2 commented Nov 29, 2024

Got throw new FormatException() at public static NodeCapability DeserializeFrom(ref MemoryReader reader) at src\Neo\Network\P2P\Capabilities\NodeCapability.cs
Not necessarily from .net 9
Received NodeCapabilityType type is 2

@Hecate2
Copy link
Contributor

Hecate2 commented Nov 29, 2024

#3582

@chenzhitong
Copy link
Member

before #3582 run correctly
image

after #3582 failure to run
image

@chenzhitong
Copy link
Member

I debugged and found that all nodes except the seed node are NodeCapabilityType.WsServer

image

@shargon
Copy link
Member

shargon commented Nov 29, 2024

@chenzhitong could you fix it?

@vncoelho
Copy link
Member

vncoelho commented Dec 1, 2024

perhaps it is not that they are really using WS server but something related to an if with such capaciblity.
We can check later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants