mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-24 18:16:24 +01:00
Process channel events with a higher priority
This commit is contained in:
parent
76168ba186
commit
d8d97e55e8
@ -1038,7 +1038,7 @@ class PythonMeterpreter(object):
|
||||
self._transport_sleep = None
|
||||
if not self.transport.activate():
|
||||
self.transport_change()
|
||||
continue
|
||||
continue
|
||||
# iterate over the keys because self.channels could be modified if one is closed
|
||||
channel_ids = list(self.channels.keys())
|
||||
for channel_id in channel_ids:
|
||||
|
Loading…
x
Reference in New Issue
Block a user