(ws, code, _reason, _wasClean)
| 39 | async webSocketMessage(_ws, _message) {} |
| 40 | |
| 41 | async webSocketClose(ws, code, _reason, _wasClean) { |
| 42 | ws.close(code, "Durable Object is closing WebSocket") |
| 43 | } |
| 44 | |
| 45 | async publish(key: string, content: any) { |
| 46 | const sessionID = await this.getSessionID() |