slazarov / python-signalr-client

SignalR client for python based on asyncio.
MIT License
33 stars 22 forks source link

Unwrap data on invoke when only one element exists #21

Closed robotroll closed 4 years ago

robotroll commented 4 years ago

When invoke is called with only one data element this element needs to be unwrapped. Otherwise the server is not able to deconstruct a JSON serialized object when this is the data to be send.

robotroll commented 4 years ago

Never mind, the object given to invoke does not need to be serialized upfront.