Skip to content

chore: fix helloworld example hang on Windows - #12992

Closed
WofWca wants to merge 1 commit into
tauri-apps:devfrom
WofWca:fix-helloworld-cookies-hang-windows
Closed

chore: fix helloworld example hang on Windows#12992
WofWca wants to merge 1 commit into
tauri-apps:devfrom
WofWca:fix-helloworld-cookies-hang-windows

Conversation

@WofWca

@WofWca WofWca commented Mar 15, 2025

Copy link
Copy Markdown
Contributor

The issue was introduced in cedb24d (#12665).

As the .cookies() docs state, the command should be async.

I discovered the issue while I was preparing the report of #12990.

On a side note: I don't think that the cookies thing needs to be in the "helloworld" example.

The issue was introduced in cedb24d
(tauri-apps#12665).

As the `.cookies()` docs state, the command should be async.
@WofWca
WofWca requested a review from a team as a code owner March 15, 2025 20:04

@amrbashir amrbashir left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the cookies thing slipped here accidentally, so lets remove that instead

WofWca added a commit to WofWca/tauri that referenced this pull request Mar 16, 2025
Remove the cookies code from it.
Firtly, they are not necessary: "Hello, world!" should be simple.
Secondly, it's broken on Windows: `.cookies()` hangs.

The cookies stuff was introduced recently,
in cedb24d
(tauri-apps#12665).

This supersedes tauri-apps#12992.
WofWca added a commit to WofWca/tauri that referenced this pull request Mar 16, 2025
Remove the cookies code from it.
Firtly, they are not necessary: "Hello, world!" should be simple.
Secondly, it's broken on Windows: `.cookies()` hangs.

The cookies stuff was introduced recently,
in cedb24d
(tauri-apps#12665).
This commit reverts the changes to the example.

This supersedes tauri-apps#12992.
WofWca added a commit to WofWca/tauri that referenced this pull request Mar 16, 2025
Remove the cookies code from it.
Firtly, they are not necessary: "Hello, world!" should be simple.
Secondly, it's broken on Windows: `.cookies()` hangs.

The cookies stuff was introduced recently,
in cedb24d
(tauri-apps#12665).
This commit reverts the changes to the example.

This supersedes tauri-apps#12992.
@WofWca

WofWca commented Mar 16, 2025

Copy link
Copy Markdown
Contributor Author

Closed in favor of #12995

@WofWca WofWca closed this Mar 16, 2025
amrbashir pushed a commit that referenced this pull request Mar 16, 2025
Remove the cookies code from it.
Firtly, they are not necessary: "Hello, world!" should be simple.
Secondly, it's broken on Windows: `.cookies()` hangs.

The cookies stuff was introduced recently,
in cedb24d
(#12665).
This commit reverts the changes to the example.

This supersedes #12992.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants