2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Fix bug where dispatching a request could block all other activity

This commit is contained in:
Jarrod Johnson 2023-06-02 11:06:44 -04:00
parent e9dd7da775
commit 67204f79a1

View File

@ -66,7 +66,7 @@ import eventlet.semaphore as semaphore
import itertools
import msgpack
import os
import socket
import eventlet.green.socket as socket
import struct
import sys