Replies: 2 comments 4 replies
-
the biggest thing i wanted to do but didnt end up building into the lib was a request/response handler so say you want to get a channel variable, currently you have to monitor the message channel and then map the uuid back to the request. it would be nice if the lib could handle this for the user. i have some code examples i can share but there might be a better way to do it inside the lib. this is mostly specific to an inbound esl connection, outbound is a little easier because its one call per connection |
Beta Was this translation helpful? Give feedback.
-
another thing that i had to add was reconnect logic. currently in the code if there is an error, the lib does an os.Exit() which a library should never do. again i have some code built outside of the lib for reconnection that would probably be better suited to be inside the library |
Beta Was this translation helpful? Give feedback.
-
Lets see what we can bring onto the table with 2.0 version.
Beta Was this translation helpful? Give feedback.
All reactions