Skip to content

Commit

Permalink
fix sender not working
Browse files Browse the repository at this point in the history
  • Loading branch information
scaledteam authored Oct 12, 2021
1 parent 9a02f19 commit af3c53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmc_osc_sender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void* vmc_osc_sender_thread_function(void* arg)
pthread_mutex_unlock(&vmc_osc_sender_thread_mutex);

// declare a buffer for writing the OSC packet into
char buffer[1024];
char buffer[2048];

tosc_bundle bundle;
tosc_writeBundle(&bundle, 0, buffer, sizeof(buffer));
Expand Down

0 comments on commit af3c53d

Please sign in to comment.