Search found 6 matches
- Thu Nov 03, 2016 10:39 am
- Forum: ESP-IDF
- Topic: [solved] can't accept new connection from listen socket second time
- Replies: 0
- Views: 5229
[solved] can't accept new connection from listen socket second time
EDIT: It's solved in the meantime, just works now as expecetd every time when I post something like this, I really hope I'm not the cause of this issue. Unfortunatly I'm not working with sockets that often. And I haven't used lwip before, so I'don't know where my troubles are coming from. This is so...
- Mon Oct 31, 2016 3:38 pm
- Forum: ESP-IDF
- Topic: lwip http server, can't read from socket
- Replies: 11
- Views: 24425
Re: lwip http server, can't read from socket
Thanks for the update.ESP_Sprite wrote:FYI, we have figured out the issue and a fix should hit master today or tomorrow.
- Mon Oct 31, 2016 2:43 pm
- Forum: General Discussion
- Topic: Approval of posts and topics
- Replies: 4
- Views: 8047
Re: Approval of posts and topics
Thanks for the replys, I just think registering and a few approved posts are fine, but I'ts just an unnecessary delay. Don't get me wrong, I got my first answer fast enough, but sill due to the different timezones it delays the conversation. Just a suggestion, but maybe this approch of approve only ...
- Mon Oct 31, 2016 7:53 am
- Forum: General Discussion
- Topic: Approval of posts and topics
- Replies: 4
- Views: 8047
Approval of posts and topics
Yeah,
I don't really get it, are people able to post without aproval at some rank?
Why approval for posts at all, maybe you really need to reconcider this...
I don't really get it, are people able to post without aproval at some rank?
Why approval for posts at all, maybe you really need to reconcider this...
- Sun Oct 30, 2016 8:49 pm
- Forum: ESP-IDF
- Topic: lwip http server, can't read from socket
- Replies: 11
- Views: 24425
Re: lwip http server, can't read from socket
Hi kolban, actually I tried using the socket interface before socket -> bind -> accept but also was unable to read, it seems to just block and does not return. If you happen to have an example of how it's supposed to work I'd be happy if you share it. I'm using the current esp-idf and dependencies f...
- Sun Oct 30, 2016 5:29 pm
- Forum: ESP-IDF
- Topic: lwip http server, can't read from socket
- Replies: 11
- Views: 24425
lwip http server, can't read from socket
So today I tried to create a litte http server, but I got stuck when reading from the accepted sockt. I don't know if this is directly esp related, but the lwip examples from the internet are supposed to work. /* Hello World Example This example code is in the Public Domain (or CC0 licensed, at your...