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 seems to be an issue with the implementation of the bind() method on the Socket class in Haxe's interpreter. Other targets, like Neko, HL, and C++ don't appear to be affected.
This seems to be an issue with the implementation of the
bind()method on theSocketclass in Haxe's interpreter. Other targets, like Neko, HL, and C++ don't appear to be affected.I have reported the issue upstream: HaxeFoundation/haxe#12880