Vasiliy Tolstov
Vasiliy Tolstov
with never version of go you can do [errors.Is](https://pkg.go.dev/errors#Is) and such error already public exported
> Ah, I take it back: looks like it was indirectly [exported in 1.16](https://cs.opensource.google/go/go/+/refs/tags/go1.16:src/net/net.go;l=645). > > I'll see if that works. yes
can you compare also kcp ? and what implementation of go-kcp used?
I'm prefer to avoid adding deps for protobuf. This types easy can be set via reflection (switch on Type().Kind.String and fill Value struct field)
this is example code https://github.com/unistack-org/micro/blob/v3/util/reflect/struct.go#L390
In you case you depend on protobuf library and code base, with my -!only reflection used.
Any progress about steaming support ?
@dgryski hello, do you have any news about streaming support?
2015-01-20 13:39 GMT+03:00 Damian Gryski [email protected]: > I'm unlikely to get to this anytime soon. I will glady review any merge > any pull requests for this feature. > >...