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

Allow reactor chaining #26

Closed
wants to merge 1 commit into from
Closed

Conversation

obazoud
Copy link
Contributor

@obazoud obazoud commented Feb 8, 2013

Allow reactor chaining for example console + irc

godot.createServer({
  type: 'tcp',
  reactors: [
    godot.reactor()
      .console()
      .irc({
         ...
      })
  ]
}).listen(1337);

@indexzero
Copy link
Member

Cherry-picked. Thanks!

@indexzero indexzero closed this Feb 11, 2013
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 this pull request may close these issues.

None yet

2 participants