Jonathan Scott
Results
1
issues of
Jonathan Scott
Trying to set up a Udp server, using: import hxnet.base.Factory; import hxnet.udp.Server; var server = new Server(new Factory(hxnet.protocols.Telnet), 5959, "localhost"); I get the errors: /usr/local/lib/haxelib/hxnet/git/hxnet/udp/Server.hx:72: characters 5-28 : hxnet.interfaces.Protocol has...