Ruurd Adema

Results 5 comments of Ruurd Adema

Are you aware of a way of finding out programmatically if the code runs from xcode? If so I then could differentiate between xcode and other terminals.

Does the server on your local network have SSL certificates set up? Otherwise you probably want to use `http` instead of `https`.

It depends on your use case. If you're developing and running a local server then SSL certificates might not be needed, but if you're sending things over internet, then it's...

> Is publishing an udp_data_event with a fake or default socket_address enough for the no more data case? Yes, that would do the job for the no more data case....

I have come to the conclusion that for my project ASIO is a better fit, mainly because of it's low level capabilities. Unless this discussion is relevant or valuable to...