englercj / node-esl

FreeSWITCH ESL implementation for Node.js; implements the full Event Socket Library specified in: http://wiki.freeswitch.org/wiki/Esl
http://englercj.github.com/node-esl/
MIT License
170 stars 111 forks source link

Breaking: Explicitly define buffer encoding type in parser #101

Closed KaranGauswami closed 3 years ago

KaranGauswami commented 3 years ago

In future versions of node , Buffer.toString accepts BufferEncoding as an argument instead of string.