mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
![]() When compiled in debug mode, the code checks the expected Action hint. But in release mode, no checks are done and the it will have to fail later. Instead, return whether the PDU is matching the hint, so the caller can decide what to do in this case. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
IronRDP Blocking
Blocking I/O abstraction wrapping the IronRDP state machines conveniently.
This crate is a higher level abstraction for IronRDP state machines using blocking I/O instead of
asynchronous I/O. This results in a simpler API with fewer dependencies that may be used
instead of ironrdp-async
when concurrency is not a requirement.