reactivate works through ipc now, at least on Mac

This commit is contained in:
Drew Weymouth
2024-06-12 09:07:15 -07:00
parent e0974fdb03
commit 8e815c644a
6 changed files with 67 additions and 90 deletions
+5
View File
@@ -17,3 +17,8 @@ func Dial() (net.Conn, error) {
func Listen() (net.Listener, error) {
return winio.ListenPipe("supersonic", nil)
}
func DestroyConn() error {
// Windows named pipes automatically clean up
return nil
}