]> git.sur5r.net Git - i3/i3/commitdiff
Remove obsolete paragraph about the need for a second connection
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 22 Mar 2010 22:22:42 +0000 (23:22 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 22 Mar 2010 22:22:42 +0000 (23:22 +0100)
Due to the event-based handling of incoming data from i3 we do not
suffer from this problem.

lib/AnyEvent/I3.pm

index 310fa5efe65321d3c540a224d9a8c91da3006273..d763357cf412d46bbad12c3fc5db1f5ad77e8139 100644 (file)
@@ -27,10 +27,6 @@ This module connects to the i3 window manager using the UNIX socket based
 IPC interface it provides (if enabled in the configuration file). You can
 then subscribe to events or send messages and receive their replies.
 
-Note that as soon as you subscribe to some kind of event, you should B<NOT>
-send any more messages as race conditions might occur. Instead, open another
-connection for that.
-
     use AnyEvent::I3 qw(:all);
 
     my $i3 = i3("/tmp/i3-ipc.sock");