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
This exercise builds flat buffers with typescript and sends them in a buffer over tcp to a server, the server takes the buffer and deserizlies the messages based on union type into its base components.