| Issue 1: | Socket write error |
1 of 268
Next ›
|
| 2 people starred this issue and may be notified of changes. | Back to list |
var s = new cpp.net.Socket();
s.connect(new cpp.net.Host("localhost"),7777);
s.output.writeString('any'); // ERROR
Runtime error:
Terminal error not bytebuffer, File .//libs/std/Socket.cpp, line 186
(??)
haxe2.04/hxcpp1.07/linux
May 6, 2010
Fixed on haxe svn
Status:
Fixed
|
104 bytes View Download