Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HakanL committed Dec 2, 2024
1 parent ac5598e commit db3fb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Get main version
id: version
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.306
dotnet-version: 9.0.100
- name: Install dependencies
run: dotnet restore
env:
Expand Down
1 change: 0 additions & 1 deletion src/Haukcode.sACN/SACNClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public SACNClient(Guid senderId, string senderName, IPAddress localAddress, int
Port = port;
this.localEndPoint = new IPEndPoint(localAddress, port);


this.packetSubject = new Subject<ReceiveDataPacket>();

this.listenSocket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
Expand Down

0 comments on commit db3fb72

Please sign in to comment.