Resizing the Poderosa window -- to increase the width -- during the htop command generated two error messages about unknown Escape Sequences. Clicking OK on the first error message dialogue box displayed the second error message dialogue box, as can be seen in the error.log file by the different time stamps on the errors.
Similar to item # 3486809
error.log (zipped)
The exception is caused by calling SSH2Channel object from multiple threads.
Most of outbound data, like key input, mouse tracking, or response to the request escape sequence,
are transmitted exclusively, but resizing event is not.
"Unknown escape sequence" may be happened by frequent resizing event.
With slow connection, remote application seems to start to refresh screen before the previous screen data is transmitted completely.
Exception issue was fixed.
Transmitting methods of SSH2Connection and SSH2Channel are now thread-safe.
Also I added code to ignore apparent incomplete escape sequence.
It reduces "unknown escape sequence" error, but some escape sequence error may still happen.