chore: re-add the installation instructions
These installation instructions come from the feat/cb2ri-communication branch which has been replaced by this branch. ref: N25B-168
This commit is contained in:
@@ -16,7 +16,7 @@ def main_loop(context):
|
||||
"""
|
||||
# When creating sockets, remember to add them to the `sockets` list of the state to ensure they're deinitialized
|
||||
main_receiver = MainReceiver(context)
|
||||
state.endpoints.append(main_receiver)
|
||||
state.sockets.append(main_receiver)
|
||||
|
||||
# Sockets that can run on the main thread. These sockets' endpoints should not block for long (say 50 ms at most).
|
||||
receivers = [main_receiver]
|
||||
|
||||
Reference in New Issue
Block a user