Discussion:
Working configuration for events-push 1.0.0-SNAPSHOT?
Aaron Long
2014-03-19 13:54:33 UTC
Permalink
Does anybody have a working configuration for the the latest snapshot build
of events-push?

The snapshot is using the reactor library and I've seen a few different
variants of the configuration (like in the grailsTodo application). I can't
for the life of me get events over to the browser using the latest snapshot
version.

We have a fully working version using the older platform-core stuff, but
that doesn't play well with Grails 2.3.

My current configuration looks like this:

includes = ['push']

doWithReactor = {
reactor('grailsReactor') {
ext 'browser', ['processService.update': true]
}
}

The old configuration looked like this:

events = {
'processService.update'(namespace: 'browser', browser: true)
}

I'm firing the event in the same exact way, but it doesn't make it to the
browser.

Rgds,
Aaron
mpccolorado
2014-05-30 22:56:11 UTC
Permalink
See this: events-push configuration
<http://stackoverflow.com/questions/23405591/websocket-connection-not-happening-using-grails-event-push-plugin/23430540#23430540>



--
View this message in context: http://grails.1312388.n4.nabble.com/Working-configuration-for-events-push-1-0-0-SNAPSHOT-tp4655219p4657050.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...