sourcebots / robot-api

(Legacy) API to interface with robotd
http://docs.sourcebots.co.uk/api/
MIT License
4 stars 1 forks source link

Use TCP Streams #13

Closed thomasleese closed 7 years ago

thomasleese commented 7 years ago

Currently we use SOCK_SEQPACKET to send messages, but we also split up our packets into chunks which reduces the usefulness of this feature. Additionally, SOCK_SEQPACKET isn't supported on macOS which makes it problematic to run the tests for certain users.