Search found 2 matches
- Tue Oct 08, 2019 6:55 pm
- Forum: Windows
- Topic: Datagram memory issue
- Replies: 8
- Views: 3605
Re: Datagram memory issue
Guys, i'm really need to solve this issue... Why the memory consumption is growing up? global cedrPort global lastPacket on Listen put "59876" into cedrPort accept datagram connections on port cedrPort with message gotData end Listen on gotData tIP,nowData ... ... do some things with nowData ... ......
- Tue Nov 13, 2018 5:10 pm
- Forum: Windows
- Topic: Datagram memory issue
- Replies: 8
- Views: 3605
Datagram memory issue
Hello everyone! I have a trouble with memory consumption. My app is using UDP: "accept datagram connections on port 6250 with message "gotData" Other app sends me UDP-datagrams about 20-30 times a second. it is OSC-messages. I receive them, parse and perform some actions depending of what was inside...