I am trying to use websocket in gating 2.0.0-M3a.
After following the instruction to build the websocket jar: gatling-websocket-0.0.8.jar and copies to the lib directory. I put import in the scala test file:
import com.giltgroupe.util.gatling.websocket.Predef._
But get errors:
GATLING_HOME is set to /Users/shawna.qian/jive_code/qa/performance/gatling-charts-highcharts-2.0.0-M3a
15:18:03.681 [ERROR] i.g.a.ZincCompiler$ - bad symbolic reference. A signature in Predef.class refers to term grizzled
in package which is not available.
It may be completely missing from the current classpath, or the version on
the classpath might be incompatible with the version used when compiling Predef.class.
15:18:03.687 [ERROR] i.g.a.ZincCompiler$ - bad symbolic reference. A signature in Predef.class refers to term slf4j
in value grizzled which is not available.
It may be completely missing from the current classpath, or the version on
the classpath might be incompatible with the version used when compiling Predef.class.
15:18:03.696 [ERROR] i.g.a.ZincCompiler$ - two errors found
Wondering if somebody use the websocket on this version before?