holochain / syn

Generalized Holochain DNA and UI library for building real-time shared state hApps
Other
90 stars 11 forks source link

bumped to hdk-0.0.136 #32

Closed matthme closed 2 years ago

matthme commented 2 years ago

@guillemcordoba: Required to bump notebooks. Everything compiles fine after the changes and the test:zome tests all pass (39/39), however I get errors in test:lib and the tests don't seem to be able to finish:

unhandledRejection TypeError: Cannot read properties of undefined (reading 'handlers')
    at handleSignal (file:///home/matthias/code/git/holochain/matthme/syn/node_modules/@holochain-open-dev/cell-client/src/signal-handler.ts:18:32)

followed by an infinite loop of:

unhandledRejection Error: Socket is not open
    at WsClient.request (file:///home/matthias/code/git/holochain/matthme/syn/node_modules/@holochain-open-dev/cell-client/node_modules/@holochain/client/lib/websocket/client.js:84:35)
    at /home/matthias/code/git/holochain/matthme/syn/node_modules/@holochain/client/src/websocket/app.ts:50:52
    at AppWebsocket.callZome (/home/matthias/code/git/holochain/matthme/syn/node_modules/@holochain/client/src/api/common.ts:15:30)
    at HolochainClient.callZome (file:///home/matthias/code/git/holochain/matthme/syn/node_modules/@holochain-open-dev/cell-client/src/holochain-client.ts:27:30)
    at CellClient.callZome (file:///home/matthias/code/git/holochain/matthme/syn/node_modules/@holochain-open-dev/cell-client/src/cell-client.ts:14:24)
    at SynClient.callZome (file:///home/matthias/code/git/holochain/matthme/syn/ui/libs/client/src/syn-client.ts:192:28)
    at SynClient.sendFolkLore (file:///home/matthias/code/git/holochain/matthme/syn/ui/libs/client/src/syn-client.ts:126:17)
    at file:///home/matthias/code/git/holochain/matthme/syn/ui/libs/store/src/internal/workflows/folklore/scribe.ts:21:22
    at Object.update (file:///home/matthias/code/git/holochain/matthme/syn/node_modules/svelte/store/index.mjs:42:13)
    at notifyFolkLore (file:///home/matthias/code/git/holochain/matthme/syn/ui/libs/store/src/internal/workflows/folklore/scribe.ts:18:19)

Is this expected or is there an issue with my changes?

matthme commented 2 years ago

p.s. in case you merge it, please add the tag for-hdk-v0.0.136