Yusuke Wada
Yusuke Wada
@JustJoostNL I'm not sure to understand your application but is it necessary to add ETag middleware to the websocket endpoint?
Hi @JustJoostNL Thanks. It is reproduced on my machine. The reason of this problem is that `Response` with `webSocket` property can't be cloned: ```ts const webSocketPair = new WebSocketPair() const...
Hi @cybercoder-naj In short, you cannot use `testClient` to test WebSockets in Bun. To test WebSockets in Bun, you have to run the actual server on like `localhost:3000`. With `Step...
This may be related to #3185 @nakasyou Isn't it?
Hi @NamesMT @m-shaka and others It's hard for me. Do you have any ideas on how to solve this?
Hi @mvares It does not solve the problem:  Maybe we should change the `CreateMiddleware`.
[This](https://www.typescriptlang.org/play/?#code/JYWwDg9gTgLgBAbzgCQgOwnAvnAZlCEOAcgAt0JiAoUSWOGATzAFNE4BRARwFcBDADYAaTgA9WAY3g58hEuQwB6HjGACAzoqat11WtHja2SDmgBu2PASJkKW5i101wBhg-YBhdDBaiYIgFlgABNggRYAdz4oFmQ+NDCWKEtZGwVKKioJdHV4PjAwOABeODRIlAoAHgQqODgANWjgPgAjcPUALkRaurwICC7cqGA0AHMerCosAD4ACgBKTKM4Dxi+HyDQ8KiY4rhKjjhfHwT1TnMRAAUjvxZTuCGR0bme0njEqC7ZiS6vNB8-AcrtN5sVpnB4owqKCiuDNokdrF3uEoEC4JdpplsmhcnAJGsNiEEdEWL8CSx4dsSXsFmDunUYjAeFA0BD1Iw0BI4LTYYhJpMqIpFHAAPIAaSo+TAADpRiwYLNiIpWhJFB0QsQRHx2ZzuRIYeCanVsbjcP09hJZfLFWbKKChX1MMAzo8xnAHdkoDEpD0TfAQhbpTEuNKwNE+CBFRr7cKA86HjBhm6PdBvTApotBcKAHIAcTgAFo4BFgDBSHiCTFKZESZKClaFT0lSq1RqhL7ydXEbNtRyud8DfTen7HYG5QriLbiDHR+pyDwBME4C02K7xr08Tl-UuSpbg6Hw5HiNH3bGl3OIAulyuE0n171lmYksBcIw9hxxCwpAdeIJKkYIFwOAQhENdpkxOosEWRYgA) is a TypeScript Playground.
I'm working on it. But it is too difficult or impossible to enable the two patterns at once: ```ts // A import type { Context, Env, MiddlewareHandler } from 'hono'...
# Ending the fight with the Types Let's end this fight about the problem of this Types matter. It's not only this issue. We have the same problem in the...
@m-shaka @NamesMT can you check the above comment? You don't need a lot of time.