Is it possible to disable socket calls ?
vishwajeetaspl opened this issue · 3 comments
vishwajeetaspl commented
Hi ,
we have developed an UI from scratch from our but currently not using socket functionality and want to disable the calls from the client. Is there a flag by which we can disable it ?
vishwajeetaspl commented
@netchampfaris I asked about this in Frappeverse webinar and you said it's possible but I am unable to figure out how. If possible can you revert?
netchampfaris commented
app.use(FrappeUI, { socketio: false })
vishwajeetaspl commented
Than you @netchampfaris this helps . It doesn't seems to be working on the released version 0.0.31 but works well on tags 0.0.44. You can close this appreciate your support.