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
Hi, not sure if this isn't already possible and I've missed it but I'd like to be able continuously perform a ReadAsync and return objects from an indefinite length stream (e.g. a network connection which is just continuously streaming objects)?
Digging in it appears that the main read functions require a fixed length stream, and the multiple reads only allow an array (and supported by my experiments which just hang!).
If it isn't possible currently do you think it is possible, maybe extending the ReadMultiple.. and is it something you'd like in the library? Some other libraries do seem to support this, suggesting CBOR is already framed sufficiently to allow this (so I don't have to add additional framing to the stream).
The text was updated successfully, but these errors were encountered:
Hi, not sure if this isn't already possible and I've missed it but I'd like to be able continuously perform a ReadAsync and return objects from an indefinite length stream (e.g. a network connection which is just continuously streaming objects)?
Digging in it appears that the main read functions require a fixed length stream, and the multiple reads only allow an array (and supported by my experiments which just hang!).
If it isn't possible currently do you think it is possible, maybe extending the ReadMultiple.. and is it something you'd like in the library? Some other libraries do seem to support this, suggesting CBOR is already framed sufficiently to allow this (so I don't have to add additional framing to the stream).
The text was updated successfully, but these errors were encountered: