You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always encounter a deadlock when GPSdEndpoint.stop() is called (Oracle JDK 1.7.0_51 on Windows 7) due to SocketThread.halt() calling this.reader.close().
Is there another way to make GPSd4Java stoppable and startable?