WampSharp icon indicating copy to clipboard operation
WampSharp copied to clipboard

Batched transports

Open darkl opened this issue 9 years ago • 1 comments

See advanced profile spec.

Being developed on "batched" branch. TODO:

  • [ ] Add suitable overloads for DefaultWampChannelFactory
  • [ ] Add binary support
  • [ ] Add a BatchedWebSocketTransport which wraps a given WebSocketTransport.

darkl avatar Mar 20 '15 23:03 darkl

+1 for this. I would love the ability to group messages and throttle the actual sending of the groups to four times per second, etc.

BrannonKing avatar Oct 21 '15 17:10 BrannonKing