Alex
Alex
Hello is hmq supporting MQTT Version 5.0? Alex
Hello how is it possible on server side to read the whole UDP packet (header+body) a client has sent? Cheers Alex
Hi I'm using SetResponse for responses to confirmable requests. Is it somehow possible to set the Token in SetResponse? SetResponse is using the pool.Message which has SetToken available. So it...
Hello unfortunately, fasthttp does not support a body when using GET: https://github.com/valyala/fasthttp/issues/651 That's why fasthttp is not working with es.Search.WithBody(&buf) Please add an option to switch the search request method...
``` res, err := es.Count( es.Count.WithIndex(idx), es.Count.WithDocumentType("event"), es.Count.WithIgnoreUnavailable(true), ) ``` The third parameter will add _?ignore_unavailable=true_ to the request. The fasthttp example is not setting the Content-Type and fasthttp will...
Hello is there a way to add _Hotine Oblique Mercator Azimuth Center_ projection? It's used in Switzerland: https://epsg.io/2056 Here is a valid transformation example: https://epsg.io/transform#s_srs=2056&t_srs=4326&ops=1676&x=2717134.0000000&y=1261162.0000000 Thanks! Alex