Skip to content

Commit

Permalink
- Renamed handles
Browse files Browse the repository at this point in the history
- Upgraded to latest ipub/websockets-wamp
  • Loading branch information
akadlec committed Mar 24, 2017
1 parent 5dc3da0 commit 432f10d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@

"react/zmq": "~0.3.0",

"ipub/websockets-wamp" : "~1.0.1",

"pds/skeleton" : "^1.0",
"ipub/websockets-wamp" : "~1.0.2",

"psr/log" : "~1.0"
},
Expand All @@ -48,7 +46,9 @@
"nette/safe-stream" : "~2.3",
"nette/tester" : "@dev",

"tracy/tracy" : "@dev"
"tracy/tracy" : "@dev",

"pds/skeleton" : "^1.0"
},

"suggest": {
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/WebSocketsZMQ/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @package iPublikuj:WebSocketZMQ!
* @package iPublikuj:WebSocketsZMQ!
* @subpackage common
* @since 1.0.0
*
Expand All @@ -21,7 +21,7 @@
/**
* ZeroMQ Pusher & consumer configuration container
*
* @package iPublikuj:WebSocketZMQ!
* @package iPublikuj:WebSocketsZMQ!
* @subpackage common
*
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
Expand Down
6 changes: 3 additions & 3 deletions src/IPub/WebSocketsZMQ/Consumer/Consumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @package iPublikuj:WebSocketZMQ!
* @package iPublikuj:WebSocketsZMQ!
* @subpackage Consumer
* @since 1.0.0
*
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* ZeroMQ consumer
*
* @package iPublikuj:WebSocketZMQ!
* @package iPublikuj:WebSocketsZMQ!
* @subpackage Consumer
*
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
Expand Down Expand Up @@ -99,7 +99,7 @@ public function connect(EventLoop\LoopInterface $loop, Application\IApplication
/** @var Entities\PushMessages\IMessage $message */
$message = $this->serializer->deserialize($data);

$application->onPush($message, $this->getName());
$application->handlePush($message, $this->getName());

$this->onSuccess($this, $data);

Expand Down
2 changes: 1 addition & 1 deletion src/IPub/WebSocketsZMQ/DI/WebSocketsZMQExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @package iPublikuj:WebSocketZMQ!
* @package iPublikuj:WebSocketsZMQ!
* @subpackage DI
* @since 1.0.0
*
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/WebSocketsZMQ/Pusher/Pusher.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @package iPublikuj:WebSocketZMQ!
* @package iPublikuj:WebSocketsZMQ!
* @subpackage Pusher
* @since 1.0.0
*
Expand All @@ -29,7 +29,7 @@
/**
* ZeroMQ message pusher
*
* @package iPublikuj:WebSocketZMQ!
* @package iPublikuj:WebSocketsZMQ!
* @subpackage Pushers
*
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
Expand Down
2 changes: 1 addition & 1 deletion tests/IPubTests/WebSocketsZMQ/ExtensionTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @package iPublikuj:WebSocketZMQ!
* @package iPublikuj:WebSocketsZMQ!
* @subpackage Tests
* @since 1.0.0
*
Expand Down

0 comments on commit 432f10d

Please sign in to comment.