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
The websocke example fails on Windows because it uses os.fork().
But why does it do this?
Why does an async server need fork?
This example is way too complicated.
The text was updated successfully, but these errors were encountered:
The websocke example fails on Windows because it uses
os.fork()
.But why does it do this?
Why does an async server need fork?
This example is way too complicated.
The text was updated successfully, but these errors were encountered: