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

Timob 12259 Messaging library #22

Merged
merged 9 commits into from Jan 16, 2013
Merged

Timob 12259 Messaging library #22

merged 9 commits into from Jan 16, 2013

Conversation

nebrius
Copy link
Contributor

@nebrius nebrius commented Jan 15, 2013

No description provided.

* @param {String} transportType The transport to use. Must be 'stdio' currently
*/
exports.create = function(transportType) {
if (['stdio'].indexOf(transportType) === -1) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be nicer if this could do a little detection to see what messaging interfaces exist?

@cb1kenobi
Copy link
Contributor

Code reviewed and looks fantastic! APPROVED.

cb1kenobi added a commit that referenced this pull request Jan 16, 2013
@cb1kenobi cb1kenobi merged commit a3964ef into tidev:master Jan 16, 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