Skip to content

Commit

Permalink
fix: Enable IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Jul 18, 2023
1 parent d3d6727 commit 58ef200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexus/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(self, context: Optional[zmq.asyncio.Context] = None, *args, **kwarg
if not socket:
continue
socket.setsockopt(zmq.RCVTIMEO, timeout)
socket.setsockopt(zmq.IPV6, True)

# Auth related stuff
self.clientId = int(os.getenv("DISCORD_CLIENT_ID", 0))
Expand Down

0 comments on commit 58ef200

Please sign in to comment.