Richard Warburton
Richard Warburton
I see it's a bit more complicated as you are also wrapping at the same time (my data is not wrapped). An exposed 'wrapper' function would be awesome. One potentially...
Oh and having it https based would simplify automated systems sending mail as they could do a simple https request (with verifed token of course) direct to the end server....
On appengine for example web requests aren't passed to the app until the entire request is received and responses aren't transmitted until the entire response is generated. > App Engine...
Appengine std, doesn't do websockets. Appengine flexible does but costs significantly more and didn't auto scale as well. Don't know about others.
> I'd guess "when your code is running" means when it's using CPU time, so not when it's blocked on I/O. No, it means how long before a response is...
Sorry for the delay. A client would be awesome. But first I'd like to get the bind socket idea working. I tried the building a bound socket that can be...
Just fixed the IP binding, but still not working. I suspect, with an IP it doesn't receive the broadcast packets. Yet without, it can't send. Thoughts?
Fixed. Working now after adding broadcast capability to socket.
Good spotting. Please double check your dhcpConn import. Thanks.
Agreed in principal. However the current syscall package meets the current needs. I think the best way forward is to leave the bound_linux.go as is and create a new Conn...