Skip to content
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

Concurrent requests possible? #414

Open
ras-marques opened this issue May 20, 2021 · 0 comments
Open

Concurrent requests possible? #414

ras-marques opened this issue May 20, 2021 · 0 comments

Comments

@ras-marques
Copy link

I have been looking at the code and it seemed to me that work was started to make up to 8 concurrent requests possible.

Each time I log the result of tcpSend, the session number does increase, but looking at tcp_datafill_cb that takes fd as the argument, fd is not used. Instead, result_fd is filled with a dummy 123 value.

My goal is to be able to send up to 8 requests to a REST API from the Arduino before the reply from the server to the first request comes back. Is this even possible using the ENC28J60? Did I understand correctly that the work is only half done as of this date? I wouldn't mind expanding the library a bit to make this possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant