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
I think this code intends to set the magic value when a datagram is confirmed to be received completely, but right now, it looks like it is always sharing that magic value. This could be a misunderstanding on my part as well.
The text was updated successfully, but these errors were encountered:
I believe the code is as intended, which might be overly complicated for this example.
The idea is to show the difference between how face values and datagram messages work (face values are continuously sent while datagrams are sent once). The 42 is set as the face value on all faces so it is sent continuously whenever a datagram is not being transmitted. On the receiving side, a 42 is shown as green to indicate that we successfully got the intended face value value from the other side, just as we show blue if we successfully got the intended datagram value ("CAT") from the other side.
Make sense?
Now all those misspellings are definately inexcusable! :)
I think this code intends to set the magic value when a datagram is confirmed to be received completely, but right now, it looks like it is always sharing that magic value. This could be a misunderstanding on my part as well.
The text was updated successfully, but these errors were encountered: