You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but a BroadcastFilter can always change the type of the broadcasted object, resulting in a type clash when used with Scala (no problem with Java). Change the API to
Future<Object> broadcast(Objecto);
That will also help the integration with Scalatra.
The text was updated successfully, but these errors were encountered:
The current API use
but a BroadcastFilter can always change the type of the broadcasted object, resulting in a type clash when used with Scala (no problem with Java). Change the API to
That will also help the integration with Scalatra.
The text was updated successfully, but these errors were encountered: