Closed Syrou closed 4 years ago
Seems to have to do with the fact that host input is not supporting IP-adress in the library now
Seems to have problem with the recieving the same way when running on mac
Sorry for the huge delay, the last weekend and this week I have been pretty busy. I plan to work on fixing stuff this weekend, so I'll have a look on this!
@soywiz Any news?
Sorry for the delay. I have been focusing on the first preview of korge-3d. Now that it is out, I'll review all the projects and will try to fix all the issues. Probably this weekend.
@soywiz Did your latest migration to latest kotlin help this at all?
Also seems that you need to run: platform.windows.WSAStartup(...) platform.windows.WSACleanup()
on windows in order to actually setup a proper socket with winsockets
Korio version=1.6.4
Using this simple code:
Will casts kotlin.IllegalStateException: WSA error(connect): 10051 on Windows. This will work on mac, but instead it does not seem to write/read any of the data the server should get/send back