akka-wamp icon indicating copy to clipboard operation
akka-wamp copied to clipboard

Make Akka Wamp not explicitly depend on Akka Stream

Open pangiole opened this issue 6 years ago • 1 comments

For reasons explained in the Akka HTTP docs, it would be good to make also Akka Wamp not explicitly depend on Akka Stream anymore, but rather build it using the provided SBT scope.

Following is an excerpt of the above Akka HTTP docs, adapted to the akka-wamp case:

Users will always have to add a manual dependency to akka-stream. Users will make sure they have chosen and added a dependency to akka-stream when updating to the new version of akka-wamp (veterans may remember this policy from Spray).

pangiole avatar Mar 14 '18 22:03 pangiole

Implementing this enhancement may require to split the core module into three separate modules: core, router and client

pangiole avatar Mar 14 '18 22:03 pangiole