Re: [akka-user] Re: Does akka.io support unix sockets (AF_UNIX)?

2016-02-20 Thread Daniel Roziecki
-streams > wrappers around Unix NIO sockets similar to > http://doc.akka.io/api/akka/snapshot/#akka.stream.scaladsl.Tcp - but that > would require a quite a bit of effort! > > Cheers, > Rafał > > > W dniu wtorek, 16 lutego 2016 07:55:42 UTC+1 użytkownik Daniel Roziecki > nap

[akka-user] Does akka.io support unix sockets (AF_UNIX)?

2016-02-15 Thread Daniel Roziecki
communicate (fast communicate) between each. Unix sockets are best for it. So I found junixsocket library <https://github.com/kohlschutter/junixsocket>. But I am wonder if akka can't do it on own way? Regards Daniel Roziecki -- >>>>>>>>>>

Re: [akka-user] Problems with akka 1.3.1 (unresolved dependency - se.scalablesolutions.akka - not found)

2015-05-17 Thread Daniel Roziecki
make it very clear: of course it is not you who is to blame here. We are > truly sorry for the disruption. > > Regards, > > Roland > > 16 maj 2015 kl. 12:10 skrev Daniel Roziecki : > > resolved: > > resolvers += "GuiceyFruit Repo" at " > http://

Re: [akka-user] Problems with akka 1.3.1 (unresolved dependency - se.scalablesolutions.akka - not found)

2015-05-16 Thread Daniel Roziecki
resolved: resolvers += "GuiceyFruit Repo" at "http://guiceyfruit.googlecode.com/svn/repo/releases/"; and "org.guiceyfruit" % "guice-all" % "2.0" but was quite hard to find. Regards. Daniel W dniu sobota, 16 maja 2015 11:47:39 UTC+2 użytko

Re: [akka-user] Problems with akka 1.3.1 (unresolved dependency - se.scalablesolutions.akka - not found)

2015-05-16 Thread Daniel Roziecki
leases/ > > The repo.typesafe.com has been discontinued. > > /Patrik > > 16 maj 2015 kl. 08:17 skrev Daniel Roziecki >: > > Hello, > > (sowase/*:update) sbt.ResolveException: unresolved dependency: > se.scalablesolutions.akka#akka-actor;1.3.1:

[akka-user] Problems with akka 1.3.1 (unresolved dependency - se.scalablesolutions.akka - not found)

2015-05-16 Thread Daniel Roziecki
and second, current version of this app has to work with 1.3.1, too many other dependencies to change it on the fly. So how I can get 1.3.1 back? ;) Regards Daniel Roziecki -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>