Skip to content

Releases: mpociot/slack-client

1.2.0

18 Oct 13:09
Compare
Choose a tag to compare
Avoid websocket disconnects by sending pings (#8)

* Try to avoid websocket disconnects by sending pings

usage (botman):

```
$loop->addPeriodicTimer(60, function () use ($botman) {
    $timeout = 2.0;
    $botman->getClient()->checkConnection($timeout);
});
```

* Fix logging when detecting timeouts in websocket

1.1

24 Jun 20:15
Compare
Choose a tag to compare
1.1
Forward compatibility with react/event-loop 1.0 and 0.5 while still s…

1.0

22 Dec 22:11
Compare
Choose a tag to compare
1.0

Added support for latest Evenement and ReactPHP packages

0.3.4

02 Nov 14:35
7ae69cc
Compare
Choose a tag to compare

Fix getUsername() method

0.3.3

08 Sep 15:43
Compare
Choose a tag to compare

Update dependencies

0.3.2

08 Sep 15:39
Compare
Choose a tag to compare
Fix channel_deleted handling (#5)

0.3.1

24 Jul 20:48
Compare
Choose a tag to compare
Rewrite User class (#4)

0.3.0

19 Jul 09:59
Compare
Choose a tag to compare

Emit internal events so BotMan can catch all events.

0.2.10

02 Apr 18:33
Compare
Choose a tag to compare

Allow typing indicator

0.2.9

21 Feb 19:56
Compare
Choose a tag to compare

Allow synchronous API calls