IRC channel logs
2025-06-05.log
back to list of logs
<encryptedwhisper>hmm outside of hoot it just complains about the websocket not being secure with the tls key specified <encryptedwhisper>i think that's because the util method doesn't have an option to create the netlayer with encrypted false <encryptedwhisper>ok when i hacked that in i seem to get the same situation on desktop without hoot <encryptedwhisper>trying with tcp-tls and I'm seeing an error about number->string! oh dear lol <encryptedwhisper>ok I think I figured out the cause of the exception. I wasn't using vat-halt! so the vat was probably not flushing the state to disk properly/quitting too fast? However, I still get a hang like I did with websockets. <dthompson>encryptedwhisper: it sounds like maybe the tcp-tls netlayer was broken when we changed the structure of hints from an alist to a hashmap <encryptedwhisper>perhaps. i am getting similar results with websocket at this point too though. <dthompson>I am starting a little experiment wrt persistence so maybe I'll encounter some of the same issues <dthompson>I'm trying to persistify our game jam entry, something I didn't have time for during the jam <encryptedwhisper>are there any plans to expose the more human readable textual syrup format for the persistence? could help diagnosing serialization