mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
fix(server): do not restart static channels on reactivation
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
c4587b537c
commit
82c7c2f5b0
2 changed files with 12 additions and 8 deletions
|
@ -43,6 +43,7 @@ pub struct AcceptorResult {
|
|||
pub input_events: Vec<Vec<u8>>,
|
||||
pub user_channel_id: u16,
|
||||
pub io_channel_id: u16,
|
||||
pub reactivation: bool,
|
||||
}
|
||||
|
||||
impl Acceptor {
|
||||
|
@ -150,6 +151,7 @@ impl Acceptor {
|
|||
input_events,
|
||||
user_channel_id: self.user_channel_id,
|
||||
io_channel_id: self.io_channel_id,
|
||||
reactivation: self.reactivation,
|
||||
}),
|
||||
previous_state => {
|
||||
self.state = previous_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue