turnpike icon indicating copy to clipboard operation
turnpike copied to clipboard

Go implementation of a WAMP (Web Application Messaging Protocol) client and router

Results 33 turnpike issues
Sort by recently updated
recently updated
newest added

I'm having issue while implementing CryptoSignAuth, Please add an example for easy understanding.

I am connecting to a websocket and randomly my app stops receiving messages. There is no message that anything failed or that websocket was disconnected or server went away... Did...

Trying to install on Windows 10 64 bit. ``` C:\>go get gopkg.in/jcelliott/turnpike.v2 C:\Go\src\runtime\mstkbar.go:151:10: debug.gcstackbarrieroff undefined (type struct { allocfreetrace int32; cgocheck int32; efence int32; gccheckmark int32; gcpacertrace int32; gcshrinkstackoff int32;...

This yields the possibility to access the otherwise omitted 'details' argument The details argument contains important information e.g. the publishers authid. It is useful when subscribing to a wildcard topic...

I can see the router has AddSessionOpenCallback and AddSessionCloseCallback, but I have not found anything similar for the client. Is there a way for a client to know if the...

Hi, I am using turnpike.V2 for a project where I need subscriber black- and whitelisting, especially whitelisting. The feature is listed in the internet-draft for the WAMP protocol: [The Web...

``` panic: send on closed channel goroutine 149 [running]: panic(0xa69500, 0xc82230dee0) /usr/lib/go/src/runtime/panic.go:464 +0x3e6 olymptrade.com/feed-poloniex/vendor/github.com/jcelliott/turnpike.(*Client).waitOnListener(0xc82311bb30, 0x5f8817d54f0f, 0x0, 0x0, 0x7fda6b395028, 0xc82230ded0) /var/lib/jenkins/workspace/feed-poloniex-adapter-build/src/olymptrade.com/feed-poloniex/vendor/github.com/jcelliott/turnpike/client.go:385 +0x56b olymptrade.com/feed-poloniex/vendor/github.com/jcelliott/turnpike.(*Client).Subscribe(0xc82311bb30, 0xc820340b10, 0x8, 0xc822fd0390, 0xc8226d4a30, 0x0, 0x0) /var/lib/jenkins/workspace/feed-poloniex-adapter-build/src/olymptrade.com/feed-poloniex/vendor/github.com/jcelliott/turnpike/client.go:410 +0x1c7...

I frequently get "Unable to connect: Failed handshake" from the service to which I'm attempting connections. What's the best way to handle auto-rety/auto-reconnect? Right now I have this (I'm not...

- allows us to generate session-specific ids I basically rewrote `dealer.go` on a rereading of the spec. I was getting errors with AutobahnPython saying that the INVOCATION ID was reused...