o3ma/o3

Use errors instead of panic in dispatching/serialization

keks opened this issue · 0 comments

keks commented

Functions starting with dispatch don't return an error but fail with panics. These are caught in sendLoop. Using error values would be much more idiomatic go.