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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: