Mariusz Kotas

Results 71 comments of Mariusz Kotas

Hey @97686773 , this is how it is supposed to work right now, `ReconnectionHappened` is called only when it successfully reconnects to the server. Otherwise only `DisconnectionHappened` is called.

Hey, sorry for the late response. The original exception is wrapped by our `WebsocketException`. So check `ex.InnerException`, it should give you what you need. This stands for `ws.StartOrFail()`. If you...

Sorry, the documentation is a little misleading. By "channels" here, we mean subscriptions/groups on the server side. Every websocket server solves it differently. So inside `ReconnectionHappened` stream, you should send...

Hey @zenconix , are the sent messages identical in Fiddler? Did you configure the same headers as it is in Python? ```csharp using var communicator = new WebsocketClient(url, () =>...

Hey, you can customize it by providing integer value directly via `JSON Edit`.

Hey @carlostkd, I have not tried Docker execution yet, dockerfile was automatically generated by my IDE, and I thought it would work out of the box. I need to try...

https://github.com/Marfusios/nostr-client/blob/master/apps/nostr-bot/NostrBot.Web/Dockerfile Docker support would be great, much easier to deploy the bot with a custom config

Hey @antonioconselheiro, you are trying to start [Nostr bot](https://github.com/Marfusios/nostr-client/tree/master/apps/nostr-bot) and not [debug page](https://github.com/Marfusios/nostr-client/tree/master/apps/nostr-debug/NostrDebug.Web) Nostr bot requires API keys to OpenAI, it is in that `sk-xxx` format

Hey, feel free to provide a PR, it should be doable. > Now we have to spend countless man hours creating relays that can detect this kinda spam and auto...

@weex https://github.com/Marfusios/nostr-client/tree/master/apps/nostr-bot https://snort.social/cyborg