save() method getting stuck
See original GitHub issueI`ve updated kotlin from 1.3.11 to 1.3.20 and after that save() method not working. Just stuck on it. Tested with all combinations of realm\extensions versions. Please check and update libs to work with 5.9 realm and 1.3.20 kotlin. Thanks
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Spring Data JPA gets stuck at save method in test
When I run my unit test it keeps running forever, not going past the save() method. The last DEBUG message that appears in...
Read more >Excel files stuck at "Saving" - Microsoft Community Hub
Excel files stuck at "Saving" ... make changes and click on the save icon, there are times where it gets stuck in "Saving"...
Read more >Reactive repository save method hangs with current build ...
I noticed today that calls to reactive repository save method hang indefinitely when block is called (for instance in tests, I'm using Postgre ......
Read more >Difference Between save() and saveAndFlush() in Spring Data ...
In this quick tutorial, we'll discuss the difference between the save() and saveAndFlush() methods in Spring Data JPA.
Read more >On hitting 'save' button in jsp, the page is getting stuck
I've posted the end part of the method, which should make the backend call for saving the changes and forward to the jsp...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have released version com.github.vicpinm:krealmextensions:2.5.0 with realm 5.9 support.
Hi @luvyouso, sample project has kotlin version 1.3.20 and realm 5.9 and is working fine, as well as all tests. Maybe you can import the library as a module in your project in order to debug save method and see where the problem is. That method does not have anything special so I can tell you where your problem comes from. Please let me know if there is something more I can help you or if you find something interesting when debugging the code.