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
Regarding this tutorial, I believe there is a chance to make some changes to improve the goals of having the tutorial around.
Following through the hello-camkes-2 tutorial, it asked for a lot of steps, without being explicit about how to confirm that you are progressing correctly. Being unfamiliar with a workflow that works well, it was unclear to me how and when to stop and validate work done up to a given point.
When I started over again, from the beginning of hello-camkes-2, I took a modified approach. In this approach I accomplished smaller things in smaller steps, validating each along the way. I would not move on to the next step until I was satisfied with the current
Understand setting up producer/consumer events each side
confirmed through successful build
Setup shared memory buffer
confirmed by printing it client-side
Bring server into the equation
confirmed with a log message in the handler
print the shared buffer
modify shared buffer
confirmed by repeating the print
signal the client
confirmed with a log message after the wait()
print the same buffer again
Expect to see changes propagated from server
I did a similar work flow for the typed dataport.
The text was updated successfully, but these errors were encountered:
This has gotten quite old and no reply, which is entirely undeserved. I think this is a very good idea. If you're still interested, we'd be keen so see a draft.
Regarding this tutorial, I believe there is a chance to make some changes to improve the goals of having the tutorial around.
Following through the hello-camkes-2 tutorial, it asked for a lot of steps, without being explicit about how to confirm that you are progressing correctly. Being unfamiliar with a workflow that works well, it was unclear to me how and when to stop and validate work done up to a given point.
When I started over again, from the beginning of
hello-camkes-2
, I took a modified approach. In this approach I accomplished smaller things in smaller steps, validating each along the way. I would not move on to the next step until I was satisfied with the currentwait()
I did a similar work flow for the typed dataport.
The text was updated successfully, but these errors were encountered: