AllenNeuralDynamics / AllenNeuralDynamics/one-liner
Support identifying encoding of relayed zmq stream
Open
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Depending on the scope of what kind of relayed streams we're going to relay through RouterServer, this may be a very hard problem to solve.
If we *just* support relaying zmq streams from other RouterServer instances, we can ask the upstream RouterServer for the encoding and pass it down. If we support arbitrary zmq streams, we'd have to know the encoding in advance and likely pass it in when we create the zmq stream.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.