David Whatley
David Whatley
Looking at the code, it is correct that it tries to do this in random order. Over the code to randomize the ordering is probably ill-advised (as a strategy), but...
Oops, nope on second thought this does work in terms of being random. I forgot how sort first does a map/collect first. But does this strategy make sense?
Easy way to see the issue is to modify the requestString to give level2 data like this: ``` var requestString = JsonConvert.SerializeObject(new { type = "subscribe", product_ids = ProductIds, channels...
Fix for this is: `await stream.WriteAsync(receiveBuffer.Array, receiveBuffer.Offset, webSocketReceiveResult.Count);` The change is to use the webSocketReicveResult.Count instead.
I feel you on that, keeping it optional and able to be "turned on" at any time is key. Since it is of interest, I will dive deeper into the...
This will be very helpful. To achieve this now I've had to do some shenanigans with a subdomain and nginx to proxy. It works, but hacky. This will be a...
@liusong1111 Thankfully, you don't have to wait any longer. Hot off the presses! 🔥 I have created a robust SurrealDB MCP Server. GitHub: https://github.com/nsxdavid/surrealdb-mcp-server npm: https://www.npmjs.com/package/surrealdb-mcp-server Enjoy! Also, allow me...
I can add that 🙂 On Thu, Apr 10, 2025 at 12:09 PM liusong1111 ***@***.***> wrote: > @nsxdavid , great work! > > I checked out the code at nsxdavid/surrealdb-mcp-server...
@macjuul Happy to help!
@mbdavid I, too, would be willing to help out. Too important of a project to go unattended.