module Async::Socket::Connect

def connect(*args)

def connect(*args)
	begin
		super
	rescue Errno::EISCONN
	end
end