upgrade osc-go library to v0.3.0 and handle new error cases

This commit is contained in:
Joel Wetzell
2026-04-14 07:28:06 -05:00
parent 36b085ef5c
commit f969d3484d
5 changed files with 19 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ func TestBadOSCMessageDecode(t *testing.T) {
{
name: "invalid OSC payload",
payload: []byte{47, 116, 101, 115, 116, 0},
errorString: "osc.message.decode processor failed to decode OSC message: string data is not properly padded",
errorString: "osc.message.decode processor failed to decode OSC message: OSC string is not properly padded",
},
}