1
組み込みのTomcatサーバーでSpringを使用してWebソケットの購読を正しく動作させるのに問題があります。埋め込みTomcatのエラータイプのreactor.tuple.tupleが埋め込まれたstomp-chat Webソケット
このstomp-chat applicationを実行しているとき、私は次のエラーを取得する:
org.springframework.messaging.MessageHandlingException: Expression evaluation failed: @chatRoomSessions[headers.simpDestination].add(T(reactor.tuple.Tuple).of(headers.simpSessionId, headers.simpSubscriptionId));
nested exception is org.springframework.expression.spel.SpelEvaluationException: EL1005E:(pos 58): Type cannot be found 'reactor.tuple.Tuple'
私は次の依存関係を追加してみました:
compile ("io.projectreactor:reactor-stream:$reactorVersion")
をしかし、それは同じエラーを与えました。どんな助けもありがとう。