-
Notifications
You must be signed in to change notification settings - Fork 127
PRJ-285 JCEF support #111
base: master
Are you sure you want to change the base?
PRJ-285 JCEF support #111
Conversation
787b0fd
to
4b46ad4
Compare
substitute(module("$projectorClientGroup:projector-common")).using(project(":projector-common")) | ||
substitute(module("$projectorClientGroup:projector-ij-common")).using(project(":projector-ij-common")) | ||
substitute(module("$projectorClientGroup:projector-server-core")).using(project(":projector-server-core")) | ||
substitute(module("$projectorClientGroup:projector-util-loading")).using(project(":projector-util-loading")) | ||
substitute(module("$projectorClientGroup:projector-util-logging")).using(project(":projector-util-logging")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why changing with
to using
?
# Please contact JetBrains, Na Hrebenech II 1718/10, Prague, 14000, Czech Republic | ||
# if you need additional information or have any questions. | ||
# | ||
org.jetbrains.projector.server.CommonQueueEventSender |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to declare such a file and inject event sender via it? Could we use some easier way of injection, like we do in other places?
build jcef branch is ok , but if run ide the ide will crash and can't click anything [ERROR] :: ProjectorServer :: Unhandled in daemon thread has happened :: java.lang.ClassCastException: class org.jetbrains.projector.server.core.websocket.HttpWsServer$Companion$HTTP_CONNECTION_ATTACHMENT$1 cannot be cast to class org.jetbrains.projector.server.core.ClientWrapper (org.jetbrains.projector.server.core.websocket.HttpWsServer$Companion$HTTP_CONNECTION_ATTACHMENT$1 and org.jetbrains.projector.server.core.ClientWrapper are in unnamed module of loader 'app') [INFO] :: WsTransportBuilder :: 172.17.0.1 connected. ERROR: onError |
Client changes: JetBrains/projector-client#130