keesun / mod-socket-io

Vert.x Socket.IO Module
Other
107 stars 40 forks source link

Slightly misleading instructions #11

Closed fjurcovici closed 11 years ago

fjurcovici commented 11 years ago

The README says copy everything in dist to your vert.x lib dir to make socket.io available to verticles. If you do so, you also copy the v0.9 jar, which will be typically searched for classes before the 1.0 version, leading to an error when trying to run a verticle using socket.io. Removing that jar from dist is all that's required to fix this problem.

keesun commented 11 years ago

Oh, This is my mistake. Sorry.

Recently I didn't update that part of the README. I will update it soon.

Thanks a lot!

keesun commented 11 years ago

I've update the dist directory. So, following the README has no problem now. Thank you.