Flip (back) `pikerd` to use TCP by default
It'll break all non-linux OS-platforms atm and bc it should only be set to a "non-std transport" through the config anyways. Yeah yeah, we're slowly appealing to the frickin masses..port_to_latest_tractor
parent
3adbabcba6
commit
c77aca1f90
|
|
@ -183,8 +183,8 @@ def pikerd(
|
|||
registry_addrs=regaddrs,
|
||||
loglevel=loglevel,
|
||||
debug_mode=pdb,
|
||||
enable_transports=['uds'],
|
||||
# enable_transports=['tcp'],
|
||||
# enable_transports=['uds'],
|
||||
enable_transports=['tcp'],
|
||||
) as service_mngr,
|
||||
):
|
||||
assert service_mngr
|
||||
|
|
|
|||
Loading…
Reference in New Issue