sockjs / sockjs-erlang

WebSocket emulation - Erlang server
http://sockjs.org
Other
266 stars 120 forks source link

Add support of R16B #43

Closed haspadar closed 10 years ago

haspadar commented 11 years ago

On this release sockjs is not compiled. Parametrized modules are no longer supported.

Stacktrace: "deps/sockjs/src/sockjs_multiplex_channel.erl:1: parameterized modules are no longer supported"

majek commented 11 years ago

Hmm. But there is an easy way to make parametrized modules working I think.

koddo commented 11 years ago

any progress?