Git Product home page Git Product logo

Comments (6)

roman-khimov avatar roman-khimov commented on July 19, 2024 1

I've never seen it being used, NeoGo never supported it (and no one ever requested it), so if it doesn't work anyway, it can be safely removed.

from neo.

Ashuaidehao avatar Ashuaidehao commented on July 19, 2024

After some test, Akka's context couldn't use in aysnc/await directly, it will throw an exception of There is no active ActorContext, this is most likely due to use of async operations from within this actor. in this line.

Self.Tell(new WsConnected

So our websocket channel has never been enabled.
Since we have TCP channels for P2P message forword, the websocket channels looks no use any more.

from neo.

cschuchardt88 avatar cschuchardt88 commented on July 19, 2024

If you remove it, than maybe we can convert to dotnet standard 2.1. The main reason why we couldn't do this, is because of the asp.net core part.

Does that mean we are not fixing or removing it?

from neo.

vncoelho avatar vncoelho commented on July 19, 2024

Perhaps Akka has its internal mailbox, if the rest can be removed it would be a good move.

from neo.

Jim8y avatar Jim8y commented on July 19, 2024

Wait a minute, if we support it, will it improve the performance?

from neo.

cschuchardt88 avatar cschuchardt88 commented on July 19, 2024

Wait a minute, if we support it, will it improve the performance?

No, If anything it will slow the node down. All you have is same number of connections. Just split up unevenly on different ports.

from neo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.