Re: [go-nuts] HTTP/2 client creating multiple TCP Connections

2022-03-30 Thread Neeraj Vaidya
Hi All, Any comments on my post ? Regards, Neeraj > On 28 Mar 2022, at 9:17 am, envee wrote: > > I have a telecom client application which connects to an HTTP/2 server (5G > telecom application server, to be exact). > At startup, I create an HTTP/2 client using the net/http2 Transport. > It

[go-nuts] Announcing package aconf - a package to parse/unmarshal HOCON files using golang

2019-12-10 Thread Neeraj Vaidya
Dear Community, I would like to share a package for unmarshalling HOCON file format (widely used by the scala/akka community) for storing configuring data. I feel HOCON format can be very useful given it's ease of use especially with it's similarities to JSON, but also with the ability to embed c