Giter VIP home page Giter VIP logo

crx-socket's Issues

emit callback?

client.emit('foo', { some: 'data' }, function (response) {
  // ...
})

tests

donno how to test this, but perhaps an example app would do

Response#write

this should work:

server.on('whatever', function (data, res) {
  for (var i = 0; i < 100; i++) {
    res.write(i)
  }
  res.send()
})

broadcast

send a message from the server to all connected clients

Handle port disconnections

Error in event handler for (unknown): Error: Attempting to use a disconnected port object
    at Port.postMessage (extensions::messaging:71:22)
    at chrome-extension://hdgflfnjpcpjgammdhcojadghndipgpl/background/build.js:739:10
    at Array.forEach (native)
    at Server.broadcast (chrome-extension://hdgflfnjpcpjgammdhcojadghndipgpl/background/build.js:733:14)
    at Server.<anonymous> (chrome-extension://hdgflfnjpcpjgammdhcojadghndipgpl/background/build.js:992:10)
    at Server.Emitter.emit (chrome-extension://hdgflfnjpcpjgammdhcojadghndipgpl/background/build.js:484:20)
    at Server.onMessage (chrome-extension://hdgflfnjpcpjgammdhcojadghndipgpl/background/build.js:718:8)
    at Function.target.(anonymous function) (extensions::SafeBuiltins:19:14)
    at Event.dispatchToListener (extensions::event_bindings:386:22)
    at Event.dispatch_ (extensions::event_bindings:371:27) 

fix race

foo doesn't always fire the callback first:

client.emit('foo', { bar: true }, function (res) {})
client.emit('bar', { foo: true }, function (res) {})

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.