Alexandre Fiori
Alexandre Fiori
I also agree 100% and would be interested in having an open discussion about this. Keep me in the loop. Sent from the future > On Jan 25, 2015, at...
Very interesting, thanks for sharing. On Mar 30, 2014, at 3:05 PM, Ferhat [email protected] wrote: > Quite respectable goal! > Can only recommend to checkout https://bitbucket.org/yarosla/nxweb/wiki/Home also for some inspiration....
Well, not only that. You can use the NextProto field to serve any SSL/TLS connection from the same port. In Go we use it to serve HTTPS and gRPC on...
And possibly websockets > On Jan 8, 2014, at 6:20 AM, "Leandro A. F. Pereira" [email protected] wrote: > > — > Reply to this email directly or view it on...
Isn't it just `Get` all keys you want pre-loaded?
Nice, but I think we should keep the smpptest server separate from the smpp/server.go resembling the architecture of net/http. Plus the real server authentication must be slightly different from the...
I think the types of control and functionality you'd want from the smpptest server is very different from a production server, hence the mention of net/http and net/http/httptest. The one...
As for the handlers, sure. All we need is a ServeMux type that can be used by both smpp and smpptest.
We have the address_range PDU field defined in the code but don't actually use it anywhere. This would need a patch in the code to add support for using the...
Sure, patch is always good. 👍