We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
200
... but it doesn't have it.
I am following the basic example for websockets on all the current versions
"@elysiajs/eden": "^1.1.2", "elysia": "^1.1.4",
This part is a bit strange:
chat.subscribe((message) => { console.log('got', message) })
The typings for message suggest this is
message
Treaty.OnMessage<{ 200: string; }>
This directs me to a response type in Elysias UnwrapRoute, that claims to have a property data with a property 200 inside:
response
UnwrapRoute
This 200-prop doesn't exist. What am I missing, or is that a bug?
The text was updated successfully, but these errors were encountered:
Hmmm, I've been facing this issue too. Looking forward for some insight.
Sorry, something went wrong.
No branches or pull requests
... but it doesn't have it.
I am following the basic example for websockets on all the current versions
This part is a bit strange:
The typings for
message
suggest this isThis directs me to a
response
type in ElysiasUnwrapRoute
, that claims to have a property data with a property200
inside:This 200-prop doesn't exist. What am I missing, or is that a bug?
The text was updated successfully, but these errors were encountered: