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
figure out a way to ensure expect request is received by the server
ensure expected response
Considerations:
Can we continue avoiding the need to depend on pthread?
Most likely not as the client needs to poll for the response, or the implementation for the client's polling cannot reuse the server implementation like in dart
Can we wrap the pthread implementation to make it resilient to environment changes?
Should we allow the user to define structs to pass their custom requests or force them to pass a cJSON* ?
The text was updated successfully, but these errors were encountered:
Client mode:
Server mode:
End2end test:
Considerations:
The text was updated successfully, but these errors were encountered: