-
-
Notifications
You must be signed in to change notification settings - Fork 292
[Linux] Fixed the network issues. #707
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
Conversation
…etwork.request(). 2. Fix the issue where files cannot be uploaded using network.upload().
Hi, I saw your commit, and just wondered if.... rm -rf corona ... /usr/bin/ld: CMakeFiles/Solar2D.dir/platform/linux/src/NetworkLibrary.cpp.o: in function Just in case, I will clone the repo again from my fork, and will roll back |
Hello, I just deleted my clone / synced my fork and cloned that fork. git clone --recursive git@github.com:HBL001/corona.git .... /usr/include/x86_64-linux-gnu/sys/timeb.h:29:12: note: declared here So I suspect, your "network issues fix" breaks something in NetworkLibrary.cpp, maybe only for the Linux build. Apologies for being a nuisance ! |
This reverts commit 0d676ea.
This reverts commit 0d676ea.
Here is the test example, It contains a python3 local upload server app.py :
test_network.zip