Skip to content

ScalableSelector and data transformation

Compare
Choose a tag to compare
@TheElectronWill TheElectronWill released this 31 Mar 20:19
· 94 commits to master since this release
  • ScalableSelector replaces TcpServer and can handle multiple ServerSocketChannels at the same time.
  • ClientChannel now has an optional data transformation function, to transform the incoming data before the message is reconstructed and parsed. For instance, you can use this function to decipher the incoming bytes with AES.