You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @YZYLAB. Please provide a minimal reproduction using a GitHub repository, Replit, or CodeSandbox. Issues marked with needs repro will be closed if they have no activity within 3 days.
should be fixed by #14079. will be available in the next canary/1.1.30. if the issue still persists after uprgading please let us know and I will reopen
What version of Bun is running?
1.1.17
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
Using Yellowstone GRPC library from triton. Returning Z_DATA_ERR and Z_BUF_ERR after 1 second of running, does receive events before that.
Uncaught exception: 2486 | if (opts.dictionary) {
2487 | if (!Buffer2.isBuffer(opts.dictionary))
2488 | throw new Error("Invalid dictionary: it should be a Buffer instance");
2489 | }
2490 | this._handle = new binding.Zlib(mode);
2491 | this._hadError = !1, this._handle.onerror = function(message, errno) {
^
error: unexpected end of file
errno: -5
code: "Z_BUF_ERROR"
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: