Triracle
Triracle
Thanks for replying @phughk! Is there any side effect if I comment that line to prevent deadlock temporarily, I don't need to reuse live query and I can kill and...
Update for this, since updated to 1.5.0, I haven't encountered this and can't reproduce it with above method
I encountered it again, the issue still persists, just harder to reproduce
My workmate just updated the surreal core like this, and it seems to help prevent the deadlock, I'm not familiar with rust so I'm not sure whether if it has...
Actually the above code can't prevent the issue, We still encountered websocket hang, can it be from rpc layer ?
Can you share a bit about how can this deadlock happen. At first we thought it was because of the WEBSOCKETS lock because all new connections kept hanging, that's why...
Ok got it, thank you! FYI I also encountered this issue when connected from different region. I created a surreal server with rocksdb in my VPS in Canada, and connected...
I just upgraded to alpha 6 2 days ago, still testing and haven't encountered this again
I just encountered new issue @phughk, I had 2 live queries but when I updated a record, no event was sent to my device. Even after creating some new live...
After 3 days testing, this error seems not happen again, but the live query deadlock appears more, so I guess the root cause could be from live query layer, then...