Skip to content

Commit

Permalink
Updated OscJack.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keijiro Takahashi authored and Keijiro Takahashi committed Jul 7, 2015
1 parent 4c496d1 commit 5056ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/OscJack/OscServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public OscServer(int listenPort)
{
_endPoint = new IPEndPoint(IPAddress.Any, listenPort);
_udpClient = new UdpClient(_endPoint);
_udpClient.Client.ReceiveTimeout = 1000;
_osc = new OscParser();
}

Expand Down

0 comments on commit 5056ba3

Please sign in to comment.