mangos
mangos copied to clipboard
mangos is a pure Golang implementation of nanomsg's "Scalablilty Protocols"
Background: I was setting up tls+tcp connection with mutual authentication. I didn't realize that I needed to provide a ServerName in the tls.Config, so mangos kept trying to reconnect, but...
An empty websocket path is the same same as "/" per the HTTP RFC. We should canonicalize the URL as specified.
With the recent integration of #96 / #102 -- we no longer hang the whole application while waiting for a handshake. But, handshaking of TCP, TLS+TCP, and IPC should complete...
There is a desire for certain applications to have connections time out more quickly than would normally be available using TCP keep alive timeouts. A good mechanism for this would...
Hello! I've been reading through the documentation and various examples extensively, but have been having trouble getting an example working with using TLS over TCP as the transport and PAIR...
Hi guys, Hope you are all well ! It would be awesome to create some examples (surveyor, pub-sub) or a wrapper for mangos for [Flogo](https://github.com/TIBCOSoftware/flogo) and [Mashling](https://github.com/TIBCOSoftware/mashling). It would make...
It may be nice to have methods to track statistics. There are probably a great number of potentially useful stats. We need to think about them.
Originally: https://bitbucket.org/gdamore/mangos/issue/18/pubsub-filter-messages-on-the-sender-side Ondrej Kupka created an issue 2014-04-27 Just checked the source code for pubsub out of curiosity and as far as I understand it, the messages are filtered on...
It might be nice to have a Context that can be used to coordinate synchronous Dialing (done in a goroutine). Now that golang's context.Context is pretty much mainstream Go, we...
Originally filed here; https://github.com/nanomsg/mangos/issues/308 lthibault did this very nice package, which will need adaptation for mangos v2. The underlying transport provider API needs to stabilize first though.