You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your amazing work to bringing us this crate.
I'm trying to build a wasm application based on your work.
But got some unexpected error "Invalid minimal size for TPKT"
I tried to ignore it and it seems can restore itself.
But when looking through your mstsc-rs code, it seems the program shall be terminated when the error occurs
Just for your information
I tried to propagate the warning from the library itself to the web console and got the following result
It seems that the tpkt error is not predictive and has nothing to do with the previous warning.
Hi @citronneur ,
Thanks for your amazing work to bringing us this crate.
I'm trying to build a wasm application based on your work.
But got some unexpected error "Invalid minimal size for TPKT"
I tried to ignore it and it seems can restore itself.
But when looking through your mstsc-rs code, it seems the program shall be terminated when the error occurs
rdp-rs/src/bin/mstsc-rs.rs
Lines 325 to 344 in 7ac880d
See the screenshot which shows it continues to work when the error shows up.
Do you have any idea about this error? 'cuz I cannot observe it when using the mstsc-rs which makes me confused.
BTW, the errors happens at line 142
#1
, 159#2
, 166#3
with the tuple (action, length) shown in the screenshotrdp-rs/src/core/tpkt.rs
Lines 124 to 172 in 7ac880d
Thanks in advance
The text was updated successfully, but these errors were encountered: