Closed
Description
Hi there,
I have an issue when I connect to the server using the connectWithParams
method with params which contains plus signs ("+").
I need to send a date with the GMT indicator (e.g. '+001') but as the "+" is not URL encoded nodejs think it is just a space.
I'll pull a patch soon to avoid this problem.
Thanks for the great lib.