Skip to content

Improves the API of `FilterChain`

Compare
Choose a tag to compare
@M0r13n M0r13n released this 26 Jun 09:43
· 19 commits to master since this release
65acde3
  • improves the API of FilterChain
    • FilterChain.filter(stream) now accepts a stream instance
    • this stream MUST implement the Stream interface defined in pyais.stream
    • individual messages can be filtered using IterMessages(...)