Projects STRLCPY aardwolf Commits dfc64d56
🤬
  • ■ ■ ■ ■ ■
    aardwolf/extensions/RDPEDYC/vchannels/__init__.py
    skipped 18 lines
    19 19   self.__virtual_channel_manager = manager
    20 20   return await self.channel_init()
    21 21   
    22  - async def channel_rawdata_in(self, msg:DYNVC_DATA_FIRST|DYNVC_DATA):
     22 + async def channel_rawdata_in(self, msg:DYNVC_DATA_FIRST or DYNVC_DATA):
    23 23   """
    24 24   This method is called by the Channel Manager whenever (uncompressed) data is coming in.
    25 25   The data might be fragmented, so this function serves to reconstruct the entire data that is
    skipped 48 lines
    74 74   If you used unbuffered channel, the data here will arrive in 1600 byte chunks
    75 75   """
    76 76   pass
     77 + 
    77 78  
    78 79   
    79 80  
    skipped 1 lines
Please wait...
Page is in error, reload to recover