Closed MContagious closed 6 years ago
@eoinsha Please merge this pull request, because Adding
+// To fix UnrecognizedPropertyException.
+@JsonIgnoreProperties(ignoreUnknown = true)
Fixing the crash issue. I faced that and when I added above line. it got fixed.
63 Fixed with this fix. Maybe it is trying to map the payload sent by the server to Envelope type and not ignoring the properties sent by the server.