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
The protocol is stateful. From the client's end, you
send a request
get back the stderr message stream
if there wasn't an error, get the response
Our client supports all these steps, but it isn't easy to figure out how to put them together. Also, there's some unnecessary boilerplate involved in dealing with the stderr messages. We can keep the API that we have right now, but we should also add a friendlier and more discoverable layer on top. See also #9
The text was updated successfully, but these errors were encountered:
The protocol is stateful. From the client's end, you
Our client supports all these steps, but it isn't easy to figure out how to put them together. Also, there's some unnecessary boilerplate involved in dealing with the stderr messages. We can keep the API that we have right now, but we should also add a friendlier and more discoverable layer on top. See also #9
The text was updated successfully, but these errors were encountered: