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>logged a bug
<encryptedwhisper> https://pastebin.com/hJY3k2Qn this is what I get when I try to restore the mycapn from syrup, with tcp-tls prelay
<encryptedwhisper>with this client code and the example prelay server https://pastebin.com/jzH8wbT1
<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>hmm idk then
<dthompson>I am starting a little experiment wrt persistence so maybe I'll encounter some of the same issues
<encryptedwhisper>it should be good to have a sample to work with
<dthompson>I'm trying to persistify our game jam entry, something I didn't have time for during the jam
<encryptedwhisper>client side/ server side?
<dthompson>server
<encryptedwhisper>are there any plans to expose the more human readable textual syrup format for the persistence? could help diagnosing serialization