Originate / exocom

communication infrastructure for AI-native application ecosystems
MIT License
2 stars 1 forks source link

go: util.ListenForMessages refactor #199

Closed charlierudolph closed 7 years ago

charlierudolph commented 7 years ago

Update it to use channels instead of callbacks. The function would most likely not accept callbacks and instead would return three channels (one for messages, one for errors, one for disconnect)

kevgo commented 7 years ago

moving to exosphere repo