Tuples in events #19
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
wontfix
This will not be worked on
While tuples in callbacks are correctly serialized and deserialized, we urge to find a fix for BaseGateway:133
that deserializes parameters as objects, since msgpack implementation from CFX lacks of support for tuples, we need to find a way to deserialize a generic object into a Tuple.
The text was updated successfully, but these errors were encountered: