Skip to content

Dev 5 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jborean93 jborean93 released this 26 Feb 05:08
· 166 commits to master since this release
7cb1aa7
  • Tidied up the socket locking for multithreading situations, better handles deadlocks on failures
  • Fix potential deadlock when failing to get message_id before sending a message
  • Added SMB2 Echo message onto the Connection
  • Added support for related compound request, i.e. create/write/close in 1 socket request instead of having create as it's own
  • Updated example Python scripts to showcase newer features