Also a demonstration of using createConnectionSubject as well as sending commands. It leads me to believe we should have literal constants as well so we don't have to write 'RequestLocalMapSnapshot' directly (saving us from future typos when using an IDE).
This adds a little local map example.
Also a demonstration of using
createConnectionSubject
as well as sending commands. It leads me to believe we should have literal constants as well so we don't have to write'RequestLocalMapSnapshot'
directly (saving us from future typos when using an IDE).