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
This issue was unearthed by us due to what seems an issue on our side. My colleague @Faless explains it on the Godot Dev Chat. Though, the issue underlined is still a logic flaw.
Note
This issue was unearthed by us due to what seems an issue on our side. My colleague @Faless explains it on the Godot Dev Chat. Though, the issue underlined is still a logic flaw.
Regression introduced by #22630
emscripten/src/library_sockfs.js
Lines 632 to 647 in 06cebfc
If
dest == null
andsock.type !== {{{ cDefs.SOCK_DGRAM }}}
(see code above), then the following error occurs:The text was updated successfully, but these errors were encountered: