Closed ned-pcs closed 1 year ago
In v3/primitives/__init__.py the _attrs table has
v3/primitives/__init__.py
_attrs
"Encode": "encoder_async",
but it should be
"Encoder": "encoder",
instead.
PR #107 fixes this.
Thank you.
In
v3/primitives/__init__.py
the_attrs
table hasbut it should be
instead.