I have a problem with the Arduino WiFi shield.
I try using it as server (to listen for incomming clients) and as client (to connect to a certain site and send some data to it when triggered).
the server part works fine until it starts acting as client.
After it connects to that site, the arduino won't respond to new clients, i can't access it from the browser anymore.
Maybe you can see the problem in the code
The code is in the attachment