From e4e8a81f030dc599b1d5dc84b9725667c3872124 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Thu, 14 Aug 2025 23:46:52 +0200 Subject: feat(session): add t type for session data --- test/hello.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/hello.ml b/test/hello.ml index e91f65f..005db94 100644 --- a/test/hello.ml +++ b/test/hello.ml @@ -16,7 +16,7 @@ let main = } in let waiter, wakener = Lwt.wait () in - try%lwt let* state, update = create config.sasl.jid.domainpart config in + try%lwt let* { state; update } = create config.sasl.jid.domainpart config in S.map (function | Connected (portal, Logged_in _) -> portal.push None; Lwt.wakeup wakener () -- cgit v1.2.3