zeromq / gyre

Golang port of Zyre
GNU Lesser General Public License v3.0
89 stars 20 forks source link

Problem: Gyre API dosn't let the caller application decide about errs #35

Closed armen closed 9 years ago

armen commented 9 years ago

Solution: Do not call Fatal method pass through the error and the caller application can deside what to do. Unfortunately this is BC break, sorry.