Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 22:12
· 612 commits to main since this release
1f30b15
  • Fix TypeError: Can't instantiate abstract Handshake class without defining '_REQUIRED_CLASS_VARS' classvar occurring when trying to initialize any Packet class, due to a typo.
  • Fix TypeError: Can't instantiate abstract Handshake class without defining '__slots__' classvar explicitly(__slots__ found in a subclass, but not explicitly in Handshake) occuring when using the Handshake packet, due to (requiried) __slots__ class variable not being defined.