question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

save() method getting stuck

See original GitHub issue

I`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:open
  • Created 5 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
vicpinmcommented, Feb 10, 2019

I have released version com.github.vicpinm:krealmextensions:2.5.0 with realm 5.9 support.

1reaction
vicpinmcommented, Mar 13, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found