mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-20 14:39:12 +00:00
Switch to only TCP Communication
- No more UDP - Lots of random refactoring as well
This commit is contained in:
@@ -3,9 +3,8 @@ using SharpOSC;
|
||||
using System.Threading;
|
||||
using Serilog;
|
||||
|
||||
namespace qController
|
||||
namespace qController.Communication
|
||||
{
|
||||
|
||||
public class QReceiver
|
||||
{
|
||||
public delegate void UpdateMessageReceivedHandler(object source, MessageEventArgs args);
|
||||
|
||||
Reference in New Issue
Block a user