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
Just ran into an issue where I found myself wanting onError to be async so I could use an await in there.
onError
async
await
https://github.com/threepointone/partyserver/blob/main/packages/partyserver/src/index.ts#L524
Does this seem reasonable, and if so hopefully it's not a big change?
The text was updated successfully, but these errors were encountered:
yeah it should be doable, but go on, what was your usecase
Sorry, something went wrong.
Ah, just doing some logging, but in order to capture the log information I need to grab a value from storage (a meeting id for correlating logs).
No branches or pull requests
Just ran into an issue where I found myself wanting
onError
to beasync
so I could use anawait
in there.https://github.com/threepointone/partyserver/blob/main/packages/partyserver/src/index.ts#L524
Does this seem reasonable, and if so hopefully it's not a big change?
The text was updated successfully, but these errors were encountered: