You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wanted to receive more than 300kb data ->
Was testing with minimal-ws-server-echo example
using simple websocket client from google extension to send data
Unable to receive post 20 frames received
This is the environment of libwebsocket + freertos running on stm32
Searched through one of your comments and tried with callback_minimal_pmd_bulk protocol from server, client side was testing with simple websocket client
Similar pattern observerd after few chunks of data it doesnit receive further packets.
on resend it does not hit the receive callback.
Can you guide .
Thanks,
Som
The text was updated successfully, but these errors were encountered:
Hi Andy,
Wanted to receive more than 300kb data ->
Was testing with minimal-ws-server-echo example
using simple websocket client from google extension to send data
Unable to receive post 20 frames received
![image](https://private-user-images.githubusercontent.com/169147734/358571660-cc37b679-2a80-45df-b49b-3f76f972815f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3OTYzODQsIm5iZiI6MTczOTc5NjA4NCwicGF0aCI6Ii8xNjkxNDc3MzQvMzU4NTcxNjYwLWNjMzdiNjc5LTJhODAtNDVkZi1iNDliLTNmNzZmOTcyODE1Zi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxN1QxMjQxMjRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01MzRjOTQ2YzE3ODYzNzIzMmJkZTM2ZTFkMWExNjNkMjBmYzE2NTJlZWJmYjkzYTYyMTE5M2Y5MTE5M2FlYWQ4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.oHcVcc0v97NsUjOmVr_ucMVXa9-JwOVCaW4YJ17jZTY)
This is the environment of libwebsocket + freertos running on stm32
Searched through one of your comments and tried with callback_minimal_pmd_bulk protocol from server, client side was testing with simple websocket client
Similar pattern observerd after few chunks of data it doesnit receive further packets.
on resend it does not hit the receive callback.
Can you guide .
Thanks,
Som
The text was updated successfully, but these errors were encountered: