Christopher Martin

Results 26 comments of Christopher Martin

Work in progress, see `release-1.1` branch.

Hi @aengelberg, I hadn't heard about WAMP v2. Good to know. I've moved on from this project and won't be adding v2 support, but I'm always open to Pull Requests...

Good stuff. I like the idea of encapsulating state using a returned context. I'll check out that Clojure West talk. As long as all of the client wamp session-ids are...

Actually, I may not have understood your original post... Is the 2nd wamp server (for communicating to PhantomJS) a separate process altogether or is running from the same process context...

Ah, OK. Yep, I was curious if there was a workaround in the meantime. I'm still interested in exploring the refactor you mention. Added it to the 1.2.0 list to...

Hi, @jasongilman . The RPC and event channel map can't currently be modified dynamically, though that would be a great feature to add. There's sort of a workaround by specifying...

Hi @joelkuiper , I can try to show how it could be done in clj-wamp... https://gist.github.com/cgmartin/6302379 Here's a simple WAMP server with a long running RPC call. The call will...

One edit/enhancement to the server `long-run` function... PubSub events can target specific clients using `emit-event!` (vs. using `send-event!` which sends to all connected clients). In this example we only include...

Glad to hear! I redeployed `[clj-wamp "1.1.0-SNAPSHOT"]` just in case, it had been a few weeks. You'd only need 1.1.0-SNAPSHOT if you're interested in using the ClojureScript WAMP client. The...

Take a look at the available Browser Sync options and [create a custom `bs-config` file](https://github.com/johnpapa/lite-server#custom-configuration). The [startPath](https://www.browsersync.io/docs/options/#option-startPath) option might do what you need.