goodboy
goodboy
See the [test here](https://github.com/goodboy/tractor/blob/master/tests/test_pubsub.py#L106), though this was a pretty old example at this point and taking a much different approach then we can now with the stuff from #209. ```python...
Yah so I think the basic idea was having multiple tasks which were *seeded* differently maybe? We might be able to just kill this one for now.
Pretty interested in using `msgspec` for the first draft of this. I've made https://github.com/jcrist/msgspec/issues/25 to see what we can do about getting nested `msgpec.Struct`s which would be most ideal for...
Hmm, linking this to #149 which is basically a first attempt at this. @guilledk just fyi.
Some projects that might be helpful down the road @guilledk : - [ ] https://containernet.github.io/ > Containernet is a fork of the famous Mininet network emulator and allows to use...
> Oh we need to figure out how to run docker inside the travis vms Yah, I've done it before in that other project I pointed to prior. Yaml line...
@guilledk We dropped travisCI once the debugger stuff landed. Maybe rebase this and see if we can at least get a clean run?
@guilledk I think if we're gonna do it let's use a real use case: - spawn a streaming daemon try to connect and stream from it over a wireguard tunnel...
Also @nonsleepr on [July 6, 2018 10:30 AM](https://gitter.im/python-trio/general?at=5b3f7cf481816669a435fba1) came up with an example that might not require the extra `nursery`.
python-trio/trio#460 Is in so we can toy with dropping the [extra nursery](https://github.com/tgoodlet/tractor/blob/master/tractor/_portal.py#L185) that was added to work around the underlying issue.