Replies: 2 comments 2 replies
|
Hi @noob3-3, There's currently no automatic restart facility in the pygnssutils GNSSSocketServer utility, and I think you'd to consider the circumstances in which an automated restart would be appropriate. For example, I'm not sure I'd want an automated restart in the event that a USB serial port got physically disconnected (as that would presumably require some manual intervention to resolve?); but for temporary network outages, sure. I can look into this in a future release. |
1 reply
|
@semuadmin 1.1.1versions ,run
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How can GNSSSocketServer capture exceptions, such as:
Or when a USB serial port gets disconnected, catch the exception and automatically restart the service.
My code
All reactions