sockets post to url

2010-09-02 Thread Monte Goulding
Hi I have an app that accepts connections on a socket to sync to an iOS version. post to url works before and after: accept connections on port lPort with message newConnection -- lPort is 8009 as default but user settable until the connections start coming in from the server. To avoid socket

Re: sockets post to url

2010-09-02 Thread Monte Goulding
ah... scratch that, nothing to see here On 02/09/2010, at 5:14 PM, Monte Goulding wrote: Hi I have an app that accepts connections on a socket to sync to an iOS version. post to url works before and after: accept connections on port lPort with message newConnection -- lPort is 8009 as

Re: sockets post to url

2010-09-02 Thread Andre Garzia
Monte, can you detail how you solved this for future mail list search abilities! :D On Thu, Sep 2, 2010 at 4:27 AM, Monte Goulding mo...@sweattechnologies.comwrote: ah... scratch that, nothing to see here On 02/09/2010, at 5:14 PM, Monte Goulding wrote: Hi I have an app that accepts

Re: sockets post to url

2010-09-02 Thread Monte Goulding
LOL, just a bug in my code mate. Was closing line 1 of the opensockets which was fine when the licensing stuff was happening in a separate process but not when I put it back in the main app ;-) On 03/09/2010, at 12:45 AM, Andre Garzia wrote: Monte, can you detail how you solved this for

Re: sockets post to url

2010-09-02 Thread Andre Garzia
Once I built a web server in Rev... for a while, I tried testing it by building a client also in Rev. Now, when everything is running at the same time inside Rev IDE, things can get messy... On Thu, Sep 2, 2010 at 7:03 PM, Monte Goulding mo...@sweattechnologies.comwrote: LOL, just a bug in my