Results 47 comments of Virl

Also in your test you're just testing that 3 million objects are successfully returned. But it is not the problem: the problem is that they are never deleted, as I...

Please also check, maybe this bug appears when someDao object is not temporary - when it is lives as field of some other long-lived class. So maybe Morphia objects are...

Your approach exactly right. Also, I'm currently used Morphia in code as if there is no cache at all (before encountering this bug I didn't know that it exists). If...

Please publish this fix to main maven repo.

It should be possible, but underlying mobile OS uses tcp-like connection, so I don’t know how good latency would be.

@pttd1304 Hi. Library's github repo contains sample project that transfers arbitrary bytes.

@pttd1304 https://github.com/udark/underdark-cocoa/ https://github.com/udark/underdark-android/

@pttd1304 Sorry, React native support for it is not my project.

@pttd1304 It is not my project, so I guess you should not ask that from me. :)

@MichaelFBA 1. For Wi-Fi connections, its OS socket fd limit (thousands in same network). 2. Adhoc is not supported on stock Android and my library doesn't use it. For Wi-Fi...