Triracle

Results 4 issues of Triracle

### Describe the bug When I ran surrealdb intensively with live query, the database hang at this point in file `src/net/rpc.rs` ``` if WEBSOCKETS.read().await.contains_key(&id) { return Err(Error::Request); } ``` I...

bug
topic:live

### Describe the bug Surrealdb js sdk disconnect and reconnect again but fail to authenticate ![image](https://github.com/surrealdb/surrealdb.js/assets/29404640/fc824ea6-659f-4510-8e3f-e13c322217be) ### Steps to reproduce I have a process which listen to a live query...

bug

I was running the demo project and I put the device in sleep mode and then turned it on, the webview contents disappeared and it showed only white screen

### Describe the bug A simple query is very slow after Node agent tick runs https://github.com/user-attachments/assets/3b850d1b-8d14-44cd-b4d4-7919069f4896 ### Steps to reproduce This is my production db, I copied the rocksdb .db...

bug
topic:stability