danbarua / NEventSocket

A reactive FreeSwitch eventsocket library for Modern .Net
Mozilla Public License 2.0
74 stars 37 forks source link

ApiResponse.ErrorMessage returns a trailing "\n" #54

Closed pragmatrix closed 8 years ago

pragmatrix commented 8 years ago

I think the returned ErrorMessage should be either trimmed, or this behavior should be documented.

For example uuid_break [channel] returns -ERR no reply\n which gets converted to no reply\n.

danbarua commented 8 years ago

Looks like an inconsistency in the eventsocket protocol there - what FreeSwitch version have you seen with this? I'll need to confirm what's being transmitted over the wire.

pragmatrix commented 8 years ago

We are using FreeSWITCH version: 1.6.9~64bit ( 64bit).