-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Beta21
-
None
The debug logging in WebSocketChannel causes exceptions.
WebSocketChannel has this at line 558:
WebSocketLogger.REQUEST_LOGGER.debugf("Suspending writes on %s in complete method as there is no new sender");
No parameter for %s is provided, so this always results in an exception.