mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
9e26aefbfd
commit
c4145c9b0a
|
@ -195,11 +195,6 @@ runDump pks = do
|
|||
let sout = getStdout p
|
||||
client <- newMessagingPipe (sout,ssin) -- ,sout)
|
||||
|
||||
-- forever do
|
||||
-- liftIO $ LBS.hPutStr ssin "\x10 AAAAAAAAAAAAAAAAAAAAAAA\r\n"
|
||||
-- hFlush ssin
|
||||
-- pause @'Seconds 1
|
||||
|
||||
void $ ContT $ withAsync $ runMessagingPipe client
|
||||
|
||||
caller <- makeServiceCaller @BrowserPluginAPI @PIPE (localPeer client)
|
||||
|
|
Loading…
Reference in New Issue