Giter Club home page Giter Club logo

servious's People

Contributors

goran-n avatar

Stargazers

 avatar

Watchers

 avatar  avatar

servious's Issues

ENOTSUP When using worker threads

There is currently no support for workers but it appears there is a problem with UDP connections on windows.

Error: write ENOTSUP at ChildProcess.target._send (internal/child_process.js:806:20) at ChildProcess.target.send (internal/child_process.js:677:19) at sendHelper (internal/cluster/utils.js:26:15) at send (internal/cluster/master.js:356:10) at internal/cluster/master.js:322:5 at SharedHandle.add (internal/cluster/shared_handle.js:29:3) at queryServer (internal/cluster/master.js:316:10) at Worker.onmessage (internal/cluster/master.js:251:5) at ChildProcess.onInternalMessage (internal/cluster/utils.js:47:8) at ChildProcess.emit (events.js:333:22) at ChildProcess.EventEmitter.emit (domain.js:482:12) at emit (internal/child_process.js:876:12) at processTicksAndRejections (internal/process/task_queues.js:85:21) Emitted 'error' event on Worker instance at: at ChildProcess.<anonymous> (internal/cluster/worker.js:29:12) at ChildProcess.emit (events.js:321:20) at ChildProcess.EventEmitter.emit (domain.js:482:12) at internal/child_process.js:810:39 at processTicksAndRejections (internal/process/task_queues.js:79:11) { errno: 'ENOTSUP', code: 'ENOTSUP', syscall: 'write' }

Incorrect socket selection during multiple requests

The requester stores services in the socks array, if multiple services are online the requester randomly selects a service without checking if the service can support the request type.

E.g

Service A can respond to methods - A, B, C
Service B can respond to methods - D, E, F

Requester requests for A, it will return the correct result 50% of the time, 50% of the time it wont because it will fetch from Service B.

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.