Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected result in overload resolver (IPEndPoint-ctor) #117

Open
neolithos opened this issue Jul 15, 2020 · 0 comments
Open

Unexpected result in overload resolver (IPEndPoint-ctor) #117

neolithos opened this issue Jul 15, 2020 · 0 comments
Assignees
Labels

Comments

@neolithos
Copy link
Owner

NeoLua Version: 1.3.12

Example to reproduce:

IPAddress = clr.System.Net.IPAddress;
IPEndPoint = clr.System.Net.IPEndPoint;
-- Fehler
-- return IPEndPoint(IPAddress.Parse("192.168.1.1"), 8080);
-- in Ordnung
return IPEndPoint((IPAddress.Parse("192.168.1.1")), 8080);
@neolithos neolithos self-assigned this Jul 15, 2020
@neolithos neolithos added the bug label Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant