-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed separate subscribers for regular and sharedstate messages to a single implementation that uses autodetection of message types on first receive.
- Loading branch information
Showing
23 changed files
with
784 additions
and
651 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
from bluesky.network.common import get_ownip, seqidx2id, seqid2idx, GROUPID_CLIENT, GROUPID_DEFAULT, GROUPID_NOGROUP, GROUPID_SIM | ||
from bluesky.network.subscription import subscriber | ||
from bluesky.network.subscriber import subscriber, subscribe | ||
from bluesky.network.publisher import state_publisher, StatePublisher |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.