xim-rs
xim-rs copied to clipboard
fix: client: Handle fcitx4's empty reply case
Fcitx4 occasionally sends reply with empty value when it gets too much events forwarded.
This patch fixes client to handle that case properly as ClientError::InvalidReply
.