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

Java and CS targets do not compile. #23

Open
Obi-Wan-Clemobi opened this issue Jun 15, 2017 · 1 comment
Open

Java and CS targets do not compile. #23

Obi-Wan-Clemobi opened this issue Jun 15, 2017 · 1 comment

Comments

@Obi-Wan-Clemobi
Copy link

Java and CS targets do not compile under Haxe 3.4.2 (build 2017-03-20: 3.4.2)

In Java:
src/haxe/net/impl/SocketSys.java:98: error: package sys.ssl does not exist
this.impl = new sys.ssl.Socket()
java.net.SslSocket should be used instead for Java when creating a SSL socket.

In CS:
/usr/local/lib/haxe/lib/haxe-ws/1,0,5/src/haxe/net/impl/SocketSys.hx:51: characters 32-55 : Cannot access private field host

@soywiz
Copy link
Member

soywiz commented Jun 15, 2017

I'm not maintaining this project anymore. I'm just merging PRs and releasing them.
If you want, you can fix by yourself, make a Pull Request and I will merge it and release a new version.

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

No branches or pull requests

2 participants