Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix processing of multibyte messages (emacs-lsp#4519)
* Fix processing of multibyte messages * Too many characters are read from back-to-back multibyte messages due to a conversion from byte-length to character length * Updated to immediately convert messages to unibyte when processing * Update encoding logic to avoid copies --------- Co-authored-by: weedjer <[email protected]>
- Loading branch information