IDEO-coLAB / nomad

A package and protocol for a global, dispersed sensor network
47 stars 6 forks source link

IPFS add.data silently throws if user publishes a message thats not a string #19

Closed ReidWilliams closed 7 years ago

ReidWilliams commented 8 years ago

Need convention around node.publish(message). Should accept a string or any message that doesn't throw given JSON.stringify(message).

ReidWilliams commented 8 years ago

Also should write test for this.

gavinmcdermott commented 7 years ago

Fixed (also in feat/pure-js)