Skip to content

Instantly share code, notes, and snippets.

View rafaelgarrote's full-sized avatar

Rafael Garrote Hernández rafaelgarrote

View GitHub Profile
@rafaelgarrote
rafaelgarrote / gist:01dfcfb4f1dac1fdf983
Created February 9, 2016 11:39 — forked from kafecho/gist:5353393
Example of how to handle UDP connection with Akka 2.2-M2
package org.kafecho.learning.akka
import java.net.InetSocketAddress
import akka.actor.Actor
import akka.actor.ActorLogging
import akka.actor.ActorSystem
import akka.actor.Props
import akka.actor.actorRef2Scala
import akka.io.IO
import akka.io.UdpFF