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
% bun run client.ts
{
hello: "world",
} object
{
hello: "world",
} object
{
hello: "world",
} object
What do you see instead?
% bun run client.ts
{"hello":"world"}{"hello":"world"} string
{
hello: "world",
} object
Additional information
Sometimes numeric responses are merged together into a single number, and sometimes json obejct responses are merged into a single string. The same goes for non-asynchronous.
The text was updated successfully, but these errors were encountered:
What version of Elysia.JS is running?
1.1.4
What platform is your computer?
Darwin 23.5.0 arm64 arm
What steps can reproduce the bug?
server.ts
:client.ts
:What is the expected behavior?
What do you see instead?
Additional information
Sometimes numeric responses are merged together into a single number, and sometimes json obejct responses are merged into a single string. The same goes for non-asynchronous.
The text was updated successfully, but these errors were encountered: