mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:46:31 +00:00
add loader and versioning
This commit is contained in:
@@ -137,6 +137,9 @@ public class GpsMatcherClient : IGpsMatcherClient
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
_poller.Stop();
|
||||
_poller.Dispose();
|
||||
|
||||
_requestSocket.SendFrame("EXIT");
|
||||
_requestSocket.Disconnect(_requestAddress);
|
||||
_requestSocket.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user