Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

We have reproduce a lockup (when the internet fails) with a video


  • Please log in to reply
25 replies to this topic

#21 neographikal

neographikal

    New Member

  • Members
  • Pip
  • 9 posts

Posted 04 May 2013 - 01:03 AM

Has there been any progress fixing this? I'm afraid I'm having the same problems.



#22 nicualex33

nicualex33

    New Member

  • Members
  • Pip
  • 8 posts

Posted 24 May 2013 - 11:50 AM

it's not cosm, I've experienced same hang up with three sites, including cosm and open. sen. se . I hope the new firmware will resolve this major issue. alex

#23 nicualex33

nicualex33

    New Member

  • Members
  • Pip
  • 8 posts

Posted 24 May 2013 - 11:50 AM

it's not cosm, I've experienced same hang up with three sites, including cosm and open. sen. se . I hope the new firmware will resolve this major issue. alex

#24 neographikal

neographikal

    New Member

  • Members
  • Pip
  • 9 posts

Posted 01 July 2013 - 10:57 AM

This is still bugging me like hell, I can't get my solar power monitor stable. After a failed request (no result code from the webclient) to cosm the whole thing just crashes.



#25 ziggurat29

ziggurat29

    Advanced Member

  • Members
  • PipPipPip
  • 244 posts

Posted 01 July 2013 - 02:09 PM

I have only been able to cope with it with a watchdog to detect that the board has hung, and reset it.



#26 JoopC

JoopC

    Advanced Member

  • Members
  • PipPipPip
  • 148 posts

Posted 01 July 2013 - 06:56 PM

I have written the socket in a seperate class.

In the main class, when the socket still is open after X time I close the socket.

It's works but ..... it is a workaround.

 

Public Sub Close()

Try

  Me.m_Host.Close()

Catch ex As Exception

End Try

End Sub






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.