fyhertz / libstreaming-examples

Some examples of how to use libstreaming
283 stars 231 forks source link

Added missing calls in order for the example to work. #27

Open Zlate87 opened 9 years ago

Zlate87 commented 9 years ago

Hi

For me the first example (example1) was not working. After some investigation, the problem was because the build() method was never called on the builder, configure() method was never called on the session and start() method was not called once the session was configured.

With this changes the example is working for me.

angularsen commented 8 years ago

FYI, here is the pull request of the changes I mentioned. https://github.com/fyhertz/libstreaming/pull/150