Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardcode ws hibernation event type in workerd
When attempting to use the websocket hibernation api while running `wrangler dev`, we saw `a.getHibernationEventType() != nullptr` errors pop up because the hibernation event ID is defined in our internal codebase. Note that this change only affects server.c++, which durable objects does not rely upon in production. This also does not enable the actual hibernation of websockets/DOs, it's only a step towards getting hibernatable websocket events to deliver locally.
- Loading branch information