prooph / event-store-http-client

PHP 7.2 Event Store HTTP Client Implementation
BSD 3-Clause "New" or "Revised" License
25 stars 5 forks source link

bugfixes, add examples #19

Closed prolic closed 5 years ago

prolic commented 5 years ago

/cc @enumag

I still have problems with demo-read.php script, but maybe you'll find the issue? Otherwise I take care this weekend.

enumag commented 5 years ago

What problems?

prolic commented 5 years ago
Notice: Undefined variable: nextPosition in /home/sasa/code/prooph/event-store-http-client/src/Internal/EventStoreHttpConnection.php on line 620

Fatal error: Uncaught TypeError: Argument 3 passed to Prooph\EventStore\AllEventsSlice::__construct() must be an instance of Prooph\EventStore\Position, null given, called in /home/sasa/code/prooph/event-store-http-client/src/Internal/EventStoreHttpConnection.php on line 621 and defined in /home/sasa/code/prooph/event-store-http-client/vendor/prooph/event-store/src/AllEventsSlice.php:37
prolic commented 5 years ago

I'll merge anyway right now, because it fixes a bunch of other problems.

prolic commented 5 years ago

@enumag nevermind, I fixed it already.