webflux-Only one connection receive subscriber allowed问题定位
使用spring-boot-2.1.1(对应spring-framwork-5.1.3)编写webflux代码时出现如下问题:Onlyoneconnectionreceivesubscriberallowed.代码如下:@RequestMapping("/xmldata")publicMonoxmldata(@RequestBodyStringxmldata){log.info(xmldata);