G. Blake Meike
G. Blake Meike
The documentation here: https://deploy-preview-3643--realm.netlify.com/docs/java/latest/#notifications .. could be improved. The distinctions between the two kinds of notification: one with a list of changes and the other with an updated object could...
This issue: https://github.com/realm/realm-java/issues/3810 ... was closed with a relatively unsatisfactory solution, here: https://github.com/realm/realm-java/pull/3997 We should explore an explicit native solution.
This code: https://github.com/couchbaselabs/BLIP-Cpp/blob/0a6346a133860967b4492e6e731843ae9b453587/src/websocket/WebSocketProtocol.hh#L413 ... silently force-closes the connection on failure. It provides the client with absolutely no information about why it is doing so. The code should at least log...