iijlab / direct-hs

Client library for https://direct4b.com in Haskell
8 stars 1 forks source link

Fix `direct4b send` command doesn't stop + some docs #46

Closed igrep closed 5 years ago

igrep commented 5 years ago

Problem

direct4b send command doesn't stop even after finishing to send a message to direct.

Solution

Add directWaitCreateMessageHandler to Config to change RPC.waitRequestHandler by the library users.

NOTE

direct4b upload has the same problem. So I'm gonna fix after merging https://github.com/iij-ii/direct-hs/pull/42.