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

Base msg type of interface{} #3

Closed
nikhan opened this issue Aug 27, 2014 · 6 comments
Closed

Base msg type of interface{} #3

nikhan opened this issue Aug 27, 2014 · 6 comments
Labels

Comments

@nikhan
Copy link
Contributor

nikhan commented Aug 27, 2014

'nuff said

@nikhan nikhan mentioned this issue Aug 27, 2014
@nikhan
Copy link
Contributor Author

nikhan commented Aug 27, 2014

well maybe not 'nuff said, but:
We need the ability to stream arbtirary bits of marshallable JSON so that we can be consistent in how all blocks treat data.

Need to be able to have a stream of nulls, etc.

@nikhan nikhan changed the title base msg type of interface{} Base msg type of interface{} Aug 27, 2014
@mikedewar
Copy link
Collaborator

yeah we don't need a Message type like we do in colony. connection channels should just be of type interface{}.

@nikhan
Copy link
Contributor Author

nikhan commented Aug 27, 2014

making it of type interface{} without a message type means we have the potential to do some terrible grepping in the future

@mikedewar
Copy link
Collaborator

oh so to distinguish it from non-message interface channels?

@mikedewar mikedewar added the spec label Aug 27, 2014
@jacqui
Copy link

jacqui commented Aug 27, 2014

👍

@nikhan
Copy link
Contributor Author

nikhan commented Nov 10, 2015

@nikhan nikhan closed this as completed Nov 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants