Closed dafuga closed 1 year ago
I must have run it at a weird time, it was failing for me when I left the comment - and now it works.
Also go figure I just broke this PR when I accidentally committed this to remove the uuid
library 😂
Yeah sounds good! Let's get this plugin in a good place first and then I can work on putting all the esr stuff in a separate plugin 👍
Oh and one other note, this isn't going to work well with the web ui renderer tests until the uuid
library is removed. We need to find something to replace that with, or modify the build process to include the parts of crypto it needs to function.
Maybe we swap it for something like: https://github.com/lukeed/uuid
Either that or we go nuts and stop with UUIDs and use something like https://github.com/ai/nanoid
@jnordberg Do we need to use UUIDs here?
If we are talking about session channels for buoy nanoid should be fine, just make it big enough to never collide
I did run
make check
😄