Replies: 2 comments
-
Ha nevermind, I was not passing the header from the worker to the durable object |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh but the type error is still a mistery |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my worker:
my durable object
my client
First there is a type error in the client on .websocket :
Property 'websocket' does not exist on type 'never'.ts(2339)
then when I run this client, no error but the socket is in Connecting state
any idea what the hono client should be ?
Beta Was this translation helpful? Give feedback.
All reactions