Skip to content

fix(server): patch Thread._bootstrap instead of Thread.run#545

Merged
maartenbreddels merged 1 commit intomasterfrom
03-07-fix_server_patch_Thread._bootstrap_instead_of_Thread.run
Mar 11, 2024
Merged

fix(server): patch Thread._bootstrap instead of Thread.run#545
maartenbreddels merged 1 commit intomasterfrom
03-07-fix_server_patch_Thread._bootstrap_instead_of_Thread.run

Conversation

@maartenbreddels
Copy link
Copy Markdown
Contributor

Not every thread will use the run method (it may inherit and override).
Instead, _bootstrap will always be used.

Copy link
Copy Markdown
Contributor Author

maartenbreddels commented Mar 7, 2024

@maartenbreddels maartenbreddels force-pushed the 03-07-fix_server_patch_Thread._bootstrap_instead_of_Thread.run branch 3 times, most recently from f7c0d0d to e1e20e4 Compare March 8, 2024 13:27
@maartenbreddels maartenbreddels force-pushed the 03-07-fix_server_patch_Thread._bootstrap_instead_of_Thread.run branch from e1e20e4 to e29e492 Compare March 8, 2024 13:43
Not every thread will use the run method (it may inherit and override).
Instead, _bootstrap will always be used.
@maartenbreddels maartenbreddels force-pushed the 03-07-fix_server_patch_Thread._bootstrap_instead_of_Thread.run branch from e29e492 to 1209657 Compare March 10, 2024 21:24
Copy link
Copy Markdown
Contributor Author

maartenbreddels commented Mar 11, 2024

Merge activity

@maartenbreddels maartenbreddels merged commit 83e398b into master Mar 11, 2024
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.

1 participant