nextcord-ext-ipc icon indicating copy to clipboard operation
nextcord-ext-ipc copied to clipboard

🌐 A Nextcord extension for inter-process communication

Results 3 nextcord-ext-ipc issues
Sort by recently updated
recently updated
newest added

Sometimes I get this error: `ConnectionResetError: Cannot write to closing transport` In order to resolve it, I need to restart my bot and my application. How can I fix this?

This is blocking on_ipc_ready from the example, and might confuse people when the bot is not ready and the event is not being fired. The PR simply removes the `bot.is_ready`...

I have one websocket server with 2 clients connected to it. The first one works fine but the second one throws this error: ``` Traceback (most recent call last): File...

t: unconfirmed bug