1.报错信息
Caused by: java.lang.IllegalStateException: The remote endpoint was in state [TEXT_PARTIAL_WRITING] which is an invalid state for called method
2.解决方法
加锁,保证一个session在某个时刻不会被调用多次
参考:https://blog.csdn.net/qq_20641565/article/details/80857408
原文地址:https://www.cnblogs.com/liaoguanwang/p/12343687.html
时间: 2024-11-02 17:58:49