Unsubscribe message now takes filter definition instead of filter_id, reducing
authorPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 30 Apr 2014 14:56:04 +0000 (10:56 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 30 Apr 2014 14:56:04 +0000 (10:56 -0400)
commita4724fe92e651abb06acf8c5e75184561a55c854
tree7ce1ef8c65cf228891bf67d798f338dcc38f5e03
parent208e172287aba3be7cb988a2c416e4281a2e5f60
Unsubscribe message now takes filter definition instead of filter_id, reducing
the state both the client and server have to maintain in order to support
unsubscribing.  Added code comments and updated tests.
services/api/lib/eventbus.rb
services/api/test/integration/websocket_test.rb
services/api/test/websocket_runner.rb