Improves the API of `FilterChain`
- 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(...)