You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I got an issue with CoreStatus action for get the asterisk start time.
As workaround I changed the function func (a *Asterisk) readDispatcher()
line : kvl := bytes.Split(line, []byte(_KEY_VAL_TERM))
to
line : kvl := bytes.SplitN(line, []byte(_KEY_VAL_TERM), 2)
After this modification I can get the correct value.
What you think about my modification?
Original issue reported on code.google.com by [email protected] on 19 Dec 2014 at 2:12
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 Dec 2014 at 2:12The text was updated successfully, but these errors were encountered: