Vytautas Paulauskas

Results 2 issues of Vytautas Paulauskas

Hi, It seems that `maxWidth` parameter, doesn't mater how high the value is, doesn't do anything? I assume, when set, for example to 200, it should only wrap the line...

Hi, I'm trying to figure out how to handle disconnects when subscribed to a topic. My subscription implementation is from the example: ``` func subscribeAlert() async { clientSession.client.collection("messages").subscribe("*") { dict...