When I create a second UDP connection with:
espconn_create(struct espconn *espconn)
Both connecions with all the remote and local data (ports and IPs) different, the data of the first connection is overwritten by the second one.
Has anybody experience this?