You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
There is a Swarm request to display height info (usgs/swarm#222) but Winston is not returning this info in the metadata. I think it is just a matter of adding it to Channel.toMetadataString(), but it's unclear to me how to synchronize changes in the server with the client. Channel.parse() method would also need to be updated I think, but unless the server and the client are both on the same version there might be problems since the returned string might be different from what is expected. Maybe one way is to check the length of ss in parse.
The text was updated successfully, but these errors were encountered:
I don't think there's a way to add height to the GETCHANNELS command without breaking existing clients. You spotted the problem, an exact match on argument count in Channel.parse(). That's no good.
However, instrument height is returned by the GETMETADATA command. I'm closing this for now. If GETMETADATA won't work for you or if you have an idea for accommodating height in GETCHANNELS, re-open the ticket.
There is a Swarm request to display height info (usgs/swarm#222) but Winston is not returning this info in the metadata. I think it is just a matter of adding it to Channel.toMetadataString(), but it's unclear to me how to synchronize changes in the server with the client. Channel.parse() method would also need to be updated I think, but unless the server and the client are both on the same version there might be problems since the returned string might be different from what is expected. Maybe one way is to check the length of ss in parse.
The text was updated successfully, but these errors were encountered: