ElecTwix
ElecTwix
yes, I tripled and checked the token it is correct but when I build from the source it is working I think something wrong with the AUR package.
Log ``` [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7ffff29296c0 (LWP 30722)] [New Thread 0x7ffff20996c0 (LWP 30723)] [New Thread 0x7ffff11a96c0 (LWP 30724)] [New Thread 0x7ffff09a86c0...
> > to build from my branch: > > Thank you for providing this. `vkcube` now starts, but it stops after a few seconds, then after exactly 30 seconds later,...
same.
 I try disabled update location and etc but nothing chance I try 4000 and 3324 artifacts same issue I received it is using some much, also I disabled all...
Hi @phughk , I could take this. It's worth noting that some of Gorilla WS's errors cannot be recovered, such as connection errors. I was thinking of fixing the reconnection...
Hi everyone, I have created a diagram for implementing reconnection and reauthentication. What are your thoughts?  [full view](https://github.com/surrealdb/surrealdb.go/assets/51170038/07aedf8b-0762-4442-8f17-f018e8a63386)
To be Noted: this PR changes how to create a connection it added a new step to call `db.Initialize` method to get ws start reading from db. this is needed...
> Thanks! Looks good, but I am wondering about the need for a separate step. That step will always be immediately called after Connect. Is it possible to tie it...
Hi @phughk, After some testing, I've added a channel-based version of the implementation. I'm not sure if it's an improvement, and I hesitated to include it here since it might...