com.hecomi.uosc
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "com.hecomi.uosc", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"displayName": "uOSC", | ||
@@ -5,0 +5,0 @@ "description": "A simple implementation of the OSC protocol", |
@@ -105,3 +105,3 @@ uOSC | ||
If you need to send multiple large `byte[]` data at the same time, there are cases where you will lose packets frequently if you do not allow an interval. In this case, set `uOscClient.dataTransmissionInterval` (seconds). The background thread waits for the interval between each time a message is sent. | ||
If you need to send multiple large `byte[]` data at the same time, there are cases where you will lose packets frequently if you do not allow an interval. In this case, set `uOscClient.dataTransmissionInterval` (milliseconds). The background thread waits for the interval between each time a message is sent. | ||
@@ -108,0 +108,0 @@ ### Maximum data size |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
128142