Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] [flux][che]Adding a new message type

Hey Randika,

you are right, you need to add the new message type to messages-core.js and rabbit-connector.js to get the broadcast configured for them.
Otherwise those messages would not be broadcasted to all the connected clients.

Cheers,
-Martin


> Am 27.06.2016 um 18:15 schrieb Randika Navagamuwa <randika.12@xxxxxxxxxxxxx>:
> 
> Hi all,
>  I'm working on a GSOC project[1] related to Eclipse che. Basic idea of the project is to display cursors of all the participants of the pair programming session. I'm using liveResourceChanged message type to pass the message when there is a change in the document. I thought of adding a new message type called liveCursorOffsetChanged, to pass the message when there is only a cursor movement change. Is it okay to add this into rabbit-connector.js and messages-core.js classes or is there a better way to do this?
> 
> [1]https://summerofcode.withgoogle.com/projects/#4522349613285376
> 
> -- 
> Best Regards
> Randika Navagamuwa,
> Department of Computer Science & Engineering,
> University of Moratuwa,
> Sri Lanka.
> www.rnavagamuwa.com
>     
> _______________________________________________
> flux-dev mailing list
> flux-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/flux-dev



Back to the top