Open mhball opened 7 years ago
@mhball Hi, have you found any solution to this issue? Is there any branch of the library that fixes this?
@TripleSnipe Unfortunately we never found a solution and ended up moving away from Deepstream.io
@mhball / @Arnovsky I think I found a solution. Send me a message if it's still relevant for you.
I'm getting a null pointer when using record.setWithAck()
Using the following code snippets:
The record is being set; however I get the following exception:
This exception isn't thrown if I switch it to
record.set(gson.toJsonTree(toStore));
instead.