Skip to content

Commit bbe47ea

Browse files
authored
Merge pull request #63 from youngmonkeys/resolve-conflicts
merge master
2 parents a9fd7d0 + e348617 commit bbe47ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ subsequently attach them to the desired Unity components. E.g., `EzyDefaultContr
113113
1. [Defi Warrior](https://gamefi.org/games/defi-warrior)
114114
2. [EzySmashers](https://ezysmashers.ezyplatform.com/)
115115
3. ...
116-
4. Your awesome project ?
116+
4. Your awesome project

socket/EzyUdpSocketReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected override void update()
3939
return;
4040
}
4141
byte[] binary = readSocketData();
42-
logger.info("udp received " + binary.Length + " bytes");
42+
logger.debug("udp received " + binary.Length + " bytes");
4343
int bytesToRead = binary.Length;
4444
if (bytesToRead <= 0)
4545
{

0 commit comments

Comments
 (0)