Denis Volokh
Denis Volokh
You can override to_struct method in your model, check all ListFields for len == 0 and skip it like it is doing for None values. def to_struct(self): self.validate() resp =...
Awesome! Thank you. Kind regards, Denis Volokh On Tue, Sep 11, 2018 at 10:34 PM Ryan Mahaffey wrote: > If you must use 2.1 you can see this link. >...
Have you found solution for your issue? I had similar problem with sending subsequent SUBSCRIBE commands and found solution where I send it in one command like socket.send(JSON.stringify(["SUBSCRIBE", "channel1", "channel2"]))